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:
Timo Sirainen 2001-08-03 22:54:08 +00:00 committed by cras
commit ce0bd80b05
6 changed files with 47 additions and 2 deletions

View file

@ -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 }
};