summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2008-06-21 13:11:28 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2008-06-21 13:11:28 +0000
commit456ff329c37e4c9acf815d74353638e4829e868e (patch)
tree830e7055ac8679a253fcaeb11543cd2cd9c054ad /CHANGES
parent91e5e9290d5d845d86ce2fb5b271a1c2b231da7a (diff)
Only set title if TERM looks vaguely okay. Also use newline for, er, newline rather than cursor_down.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 7c430af0..dbd9347e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,8 @@
21 June 2008
+* Only attempt to set the title where TERM looks like an xterm (contains
+ "xterm", "rxvt" or is "screen"). I hate this but I don't see a better way:
+ setting the title actually kills some other terminals pretty much dead.
* Strip padding out of terminfo(5) strings. Currently the padding is just
ignored, this may need to be altered if there are any software terminals
out there that actually need it.
@@ -535,4 +538,4 @@
(including mutt, emacs). No status bar yet and no key remapping or other
customisation.
-$Id: CHANGES,v 1.133 2008-06-21 12:41:04 nicm Exp $
+$Id: CHANGES,v 1.134 2008-06-21 13:11:28 nicm Exp $