summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2007-11-21 18:24:49 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2007-11-21 18:24:49 +0000
commit24c39950ff6b9b6d0e49d2d1341552b4fe524357 (patch)
tree8f2436ef1e2228e6a5c8bac125c513c5c3656c4a /CHANGES
parentdf158734c20494ee895b81a045ed66dcffd44f86 (diff)
Redo screen.c functions to make them readable and more flexible. Make scroll mode only redraw waht it needs.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index afc67037..621e645c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,9 @@
21 November 2007
+* 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
+ makes it much faster.
* Full line width memory and horizontal scrolling in history.
* Initial support for scroll history. = to enter scrolling mode, and then
vi keys or up/down/pgup/pgdown to navigate. Q to exit. No horizontal history
@@ -241,4 +245,4 @@
(including mutt, emacs). No status bar yet and no key remapping or other
customisation.
-$Id: CHANGES,v 1.77 2007-11-21 15:35:53 nicm Exp $
+$Id: CHANGES,v 1.78 2007-11-21 18:24:49 nicm Exp $