mirror of
https://github.com/irssi/irssi.git
synced 2026-08-16 15:12:11 +02:00
store type of window binds
This commit is contained in:
parent
ea41726b3e
commit
8543b874a2
3 changed files with 7 additions and 5 deletions
|
|
@ -22,6 +22,7 @@ enum {
|
|||
typedef struct {
|
||||
char *servertag;
|
||||
char *name;
|
||||
int type;
|
||||
unsigned int sticky:1;
|
||||
} WINDOW_BIND_REC;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue