/WINDOW NUMBER: -sticky option added. Closing windows before a sticky

window won't change refnum of the sticky window and windows after it


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1046 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-01-01 18:30:23 +00:00 committed by cras
commit 4613196cd2
3 changed files with 25 additions and 7 deletions

View file

@ -24,6 +24,7 @@ typedef struct {
GSList *waiting_channels; /* list of "<server tag> <channel>" */
int lines;
unsigned int sticky_refnum:1;
unsigned int destroying:1;
/* window-specific command line history */