summaryrefslogtreecommitdiff
path: root/src/fe-text/textbuffer-view.h
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2001-11-18 22:17:31 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2001-11-18 22:17:31 +0000
commit18bc86bfe7a6136f93d73734ba9c7a4a38aa6b83 (patch)
tree16c7c72badf6f83bfea453a1409a7e4680dfd779 /src/fe-text/textbuffer-view.h
parent99120dc50803c8537c50cabc9289179ae4b1d39d (diff)
downloadirssi-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.h2
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;