mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
Change scroll/pane redraws to only redraw the single pane affected rather than
the entire window.
This commit is contained in:
6
CHANGES
6
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
|
||||
|
Reference in New Issue
Block a user