summaryrefslogtreecommitdiff
path: root/src/fe-text/gui-windows.h
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2001-08-14 01:14:26 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2001-08-14 01:14:26 +0000
commit285b33e99244bb3c7a5c5b63bf0d0650299b728c (patch)
tree8f748a3396bf176b16795f9d3027a0a8bb5d64b1 /src/fe-text/gui-windows.h
parent51b1d80fbe1853f64f530b4d58c77b516979ad90 (diff)
downloadirssi-285b33e99244bb3c7a5c5b63bf0d0650299b728c.zip
/SET scroll ON - should the windows be scrolled by default when you're at
bottom. /WINDOW SCROLL ON|OFF|DEFAULT - Window specific scrolling behaviour, also saved in windows layout. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1751 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/fe-text/gui-windows.h')
-rw-r--r--src/fe-text/gui-windows.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/fe-text/gui-windows.h b/src/fe-text/gui-windows.h
index 4b9792ce..220b4661 100644
--- a/src/fe-text/gui-windows.h
+++ b/src/fe-text/gui-windows.h
@@ -14,6 +14,9 @@ typedef struct {
MAIN_WINDOW_REC *parent;
TEXT_BUFFER_VIEW_REC *view;
+ unsigned int scroll:1;
+ unsigned int use_scroll:1;
+
unsigned int sticky:1;
unsigned int use_insert_after:1;
LINE_REC *insert_after;