aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2016-09-02 20:57:20 +0000
committernicm <nicm>2016-09-02 20:57:20 +0000
commit2627ab322e0e8dffbf86b1c2eb969139a8062174 (patch)
tree15cc4f5210c0145ef14433470ba0c96c0860c6ea /tmux.h
parent537964b92dcd2b4a30fdf37a370f9a204fff561c (diff)
downloadrtmux-2627ab322e0e8dffbf86b1c2eb969139a8062174.tar.gz
rtmux-2627ab322e0e8dffbf86b1c2eb969139a8062174.tar.bz2
rtmux-2627ab322e0e8dffbf86b1c2eb969139a8062174.zip
Remember the number of lines scrolled into the history (versus cleared
into the history) and when resizing only use scrolled lines and not cleared lines (which are probably not intended to reappear). From Chaoren Lin.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index f9ce0309..d1879e54 100644
--- a/tmux.h
+++ b/tmux.h
@@ -691,6 +691,7 @@ struct grid {
u_int sx;
u_int sy;
+ u_int hscrolled;
u_int hsize;
u_int hlimit;