summaryrefslogtreecommitdiffstats
path: root/NOTES
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2007-10-01 17:37:41 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2007-10-01 17:37:41 +0000
commit843779a3e0024648cc009e86f5bf5d85929e1a1e (patch)
tree6d07bee6ec0e38c09f50ae281e443b1d427ddd05 /NOTES
parentbfccbc67d193f91e6825e491f4cb6b466dcf255a (diff)
Restore window title handling.
Diffstat (limited to 'NOTES')
-rw-r--r--NOTES2
1 files changed, 1 insertions, 1 deletions
diff --git a/NOTES b/NOTES
index 9818d270..02c981df 100644
--- a/NOTES
+++ b/NOTES
@@ -54,7 +54,7 @@ with "-s <path>" but it shouldn't normally be required.
You can set the window title (listed in -l), using the \e] escape sequence. For
example:
- $ echo -n \\033]0;My Title\\007
+ $ echo -n \\033]0\;My Title\\007
There is currently no method for setting the window name (what will eventually
be shown in the status bar).