VT100TerminalView.st
changeset 4804 9aa52f6b6682
parent 4801 86163ae659dd
child 4863 7864615b2921
--- a/VT100TerminalView.st	Fri Aug 07 10:46:31 2015 +0200
+++ b/VT100TerminalView.st	Fri Aug 07 10:47:25 2015 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1998 by eXept Software AG
               All Rights Reserved
@@ -697,6 +699,9 @@
 !VT100TerminalView methodsFor:'os functions (xterm)'!
 
 osCommand
+    "this is an xterm escape sequence, which controls
+     the window's title, icon, or other property"
+     
     |cmdKey cmdValue|
 
     cmdKey := parameters at:1.