diff options
author | Timo Sirainen <cras@irssi.org> | 2001-08-14 01:14:26 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-08-14 01:14:26 +0000 |
commit | 285b33e99244bb3c7a5c5b63bf0d0650299b728c (patch) | |
tree | 8f748a3396bf176b16795f9d3027a0a8bb5d64b1 /src/fe-text/module-formats.c | |
parent | 51b1d80fbe1853f64f530b4d58c77b516979ad90 (diff) | |
download | irssi-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/module-formats.c')
-rw-r--r-- | src/fe-text/module-formats.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fe-text/module-formats.c b/src/fe-text/module-formats.c index 248bd03e..928d569a 100644 --- a/src/fe-text/module-formats.c +++ b/src/fe-text/module-formats.c @@ -38,6 +38,8 @@ FORMAT_REC gui_text_formats[] = { "window_set_sticky", "Window set sticky", 0 }, { "window_unset_sticky", "Window is not sticky anymore", 0 }, { "window_info_sticky", "Sticky : $0", 1, { 0 } }, + { "window_scroll", "Window scroll mode is now $0", 1, { 0 } }, + { "window_scroll_unknown", "Unknown scroll mode $0, must be ON, OFF or DEFAULT", 1, { 0 } }, { NULL, NULL, 0 } }; |