mirror of
https://github.com/irssi/irssi.git
synced 2026-08-13 05:32:11 +02:00
/WINDOW SERVER: added -sticky and -unsticky options. If window server
is sticky, it will never be automatically changed, and it cannot be changed to anything else without -unsticky option. Should be useful for people who want status or msgs windows for each server. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1196 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
54870f51fd
commit
980d6ca3fd
6 changed files with 64 additions and 9 deletions
|
|
@ -12,10 +12,14 @@ enum {
|
|||
TXT_DAYCHANGE,
|
||||
TXT_TALKING_WITH,
|
||||
TXT_REFNUM_TOO_LOW,
|
||||
TXT_ERROR_SERVER_STICKY,
|
||||
TXT_SET_SERVER_STICKY,
|
||||
TXT_UNSET_SERVER_STICKY,
|
||||
TXT_WINDOW_LEVEL,
|
||||
TXT_WINDOWLIST_HEADER,
|
||||
TXT_WINDOWLIST_LINE,
|
||||
TXT_WINDOWLIST_FOOTER,
|
||||
TXT_WINDOWS_SAVED,
|
||||
|
||||
TXT_FILL_2,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue