mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
Added sticky window information to /WINDOW.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1701 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
daaf2756ca
commit
ce0bd80b05
6 changed files with 47 additions and 2 deletions
|
|
@ -37,6 +37,7 @@ FORMAT_REC gui_text_formats[] =
|
|||
{ "window_not_sticky", "Window is not sticky", 0 },
|
||||
{ "window_set_sticky", "Window set sticky", 0 },
|
||||
{ "window_unset_sticky", "Window is not sticky anymore", 0 },
|
||||
{ "window_info_sticky", "Sticky : $0", 1, { 0 } },
|
||||
|
||||
{ NULL, NULL, 0 }
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue