summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2007-11-21 19:44:05 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2007-11-21 19:44:05 +0000
commitacb3661b66195ea4a5ee1305c58ba8a52f62a686 (patch)
treeb84abf25c56fe4f269754bd3d351d32270c49998 /CHANGES
parent24c39950ff6b9b6d0e49d2d1341552b4fe524357 (diff)
Scrollable win for command output.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 621e645c..0776468d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,7 @@
21 November 2007
+* Make command output (eg list-keys) go to a scrollable window similar to
+ scroll mode.
* Redo screen redrawing so it is a) readable b) split into utility functions
that can be used outside screen.c. Use these to make scroll mode only
redraw what it has to which gets rid of irritating flickering status box and
@@ -245,4 +247,4 @@
(including mutt, emacs). No status bar yet and no key remapping or other
customisation.
-$Id: CHANGES,v 1.78 2007-11-21 18:24:49 nicm Exp $
+$Id: CHANGES,v 1.79 2007-11-21 19:44:04 nicm Exp $