mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
Support for "immortal" windows, that can't be closed until explicitly set to
mortal with /WINDOW IMMORTAL OFF. Status and msgs windows are immortal by default. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2422 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
59c5bb100a
commit
9bb16705a5
7 changed files with 69 additions and 7 deletions
|
|
@ -17,6 +17,9 @@ enum {
|
|||
TXT_UNSET_SERVER_STICKY,
|
||||
TXT_WINDOW_NAME_NOT_UNIQUE,
|
||||
TXT_WINDOW_LEVEL,
|
||||
TXT_WINDOW_SET_IMMORTAL,
|
||||
TXT_WINDOW_UNSET_IMMORTAL,
|
||||
TXT_WINDOW_IMMORTAL_ERROR,
|
||||
TXT_WINDOWLIST_HEADER,
|
||||
TXT_WINDOWLIST_LINE,
|
||||
TXT_WINDOWLIST_FOOTER,
|
||||
|
|
@ -28,6 +31,7 @@ enum {
|
|||
TXT_WINDOW_INFO_REFNUM_STICKY,
|
||||
TXT_WINDOW_INFO_NAME,
|
||||
TXT_WINDOW_INFO_HISTORY,
|
||||
TXT_WINDOW_INFO_IMMORTAL,
|
||||
TXT_WINDOW_INFO_SIZE,
|
||||
TXT_WINDOW_INFO_LEVEL,
|
||||
TXT_WINDOW_INFO_SERVER,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue