From dbf52facd2fa678a9705428d881a9d99188d401d Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Thu, 2 Apr 2009 21:08:15 +0000 Subject: Change scroll/pane redraws to only redraw the single pane affected rather than the entire window. --- CHANGES | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 635dc812..af260d39 100644 --- a/CHANGES +++ b/CHANGES @@ -1,12 +1,12 @@ 02 April 2009 +* Change scroll/pane redraws to only redraw the single pane affected rather + than the entire window. * If redrawing the region would mean redrawing > half the pane, just schedule to redraw the entire window. Also add a flag to skip updating the window any further if it is scheduled to be redrawn. This has the effect of batching multiple redraws together. - Redraws should be moved to the pane level later. - 01 April 2009 * Basic horizontal splitting and layout management. Still some redraw and other @@ -1194,7 +1194,7 @@ (including mutt, emacs). No status bar yet and no key remapping or other customisation. -$Id: CHANGES,v 1.269 2009-04-02 20:30:17 nicm Exp $ +$Id: CHANGES,v 1.270 2009-04-02 21:08:13 nicm Exp $ LocalWords: showw utf UTF fulvio ciriaco joshe OSC APC gettime abc DEF OA clr LocalWords: rivo nurges lscm Erdely eol smysession mysession ek dstname RB ms -- cgit