mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 11:50:10 +02:00
--more-- works again, better than ever :)
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2066 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
99120dc508
commit
18bc86bfe7
3 changed files with 39 additions and 2 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue