mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 12:23:37 +02:00
Show window's scroll state with /WINDOW.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2526 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
4d96d7e4df
commit
015d87579c
3 changed files with 19 additions and 5 deletions
|
|
@ -46,6 +46,7 @@ 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_info_scroll", "Scroll : $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 } },
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue