From 15511cb41a3fc12ba627aa792ba871d64a7a860d Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sat, 24 Nov 2007 23:29:49 +0000 Subject: Support for VT100 graphics mode. Also lose some redundant checks. --- NOTES | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'NOTES') diff --git a/NOTES b/NOTES index a9a1135f..587ada9b 100644 --- a/NOTES +++ b/NOTES @@ -30,11 +30,10 @@ The following is a summary of major features implemented in this version: system. - A optional status line (enabled by default). - Window history and copy and paste. +- Support for VT100 line drawing characters. And major missing features: -- Support for VT100 line drawing characters (they will appear as jklmx, etc). - This is most noticable in ncmpc and in elinks if configured with VT100 frames. - Status line customisation, beyond presence and colour. - Mouse support. - No support for programs changing termios(4) settings or other tty(4) ioctls. @@ -63,4 +62,4 @@ freenode or efnet IRC. I sometimes ignore private msgs from people I don't know, so please mention tmux initially (rather than just saying "hi" ;-). -- Nicholas Marriott -$Id: NOTES,v 1.29 2007-11-24 14:21:43 nicm Exp $ +$Id: NOTES,v 1.30 2007-11-24 23:29:49 nicm Exp $ -- cgit