diff options
author | Timo Sirainen <cras@irssi.org> | 2001-11-18 22:17:31 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-11-18 22:17:31 +0000 |
commit | 18bc86bfe7a6136f93d73734ba9c7a4a38aa6b83 (patch) | |
tree | 16c7c72badf6f83bfea453a1409a7e4680dfd779 /src/fe-text/textbuffer-view.h | |
parent | 99120dc50803c8537c50cabc9289179ae4b1d39d (diff) | |
download | irssi-18bc86bfe7a6136f93d73734ba9c7a4a38aa6b83.zip |
--more-- works again, better than ever :)
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2066 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/fe-text/textbuffer-view.h')
-rw-r--r-- | src/fe-text/textbuffer-view.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fe-text/textbuffer-view.h b/src/fe-text/textbuffer-view.h index 497a980d..eb0d39c6 100644 --- a/src/fe-text/textbuffer-view.h +++ b/src/fe-text/textbuffer-view.h @@ -71,6 +71,8 @@ struct _TEXT_BUFFER_VIEW_REC { int empty_linecount; /* window is at the bottom of the text buffer */ unsigned int bottom:1; + /* if !bottom - new text has been printed since we were at bottom */ + unsigned int more_text:1; /* Window needs a redraw */ unsigned int dirty:1; |