Support for VT100 graphics mode. Also lose some redundant checks.

This commit is contained in:
Nicholas Marriott
2007-11-24 23:29:49 +00:00
parent 08f8740da7
commit 15511cb41a
5 changed files with 147 additions and 158 deletions

View File

@ -1,4 +1,8 @@
3 November 2007
24 November 2007
* Support for alt charset mode (VT100 graphics characters).
23 November 2007
* Mostly complete copy & paste. Copy mode entered with C-b [ (copy-mode
command). In copy mode, arrow keys/page up/page down/hjkl/C-u/C-f navigate,
@ -263,4 +267,4 @@
(including mutt, emacs). No status bar yet and no key remapping or other
customisation.
$Id: CHANGES,v 1.83 2007-11-23 22:51:13 nicm Exp $
$Id: CHANGES,v 1.84 2007-11-24 23:29:49 nicm Exp $