From 843779a3e0024648cc009e86f5bf5d85929e1a1e Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Mon, 1 Oct 2007 17:37:41 +0000 Subject: Restore window title handling. --- NOTES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'NOTES') diff --git a/NOTES b/NOTES index 9818d270..02c981df 100644 --- a/NOTES +++ b/NOTES @@ -54,7 +54,7 @@ with "-s " 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). -- cgit