mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
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:
parent
daaf2756ca
commit
ce0bd80b05
6 changed files with 47 additions and 2 deletions
|
|
@ -78,6 +78,7 @@ int window_refnum_prev(int refnum, int wrap);
|
|||
int window_refnum_next(int refnum, int wrap);
|
||||
int windows_refnum_last(void);
|
||||
|
||||
int window_refnum_cmp(WINDOW_REC *w1, WINDOW_REC *w2);
|
||||
GSList *windows_get_sorted(void);
|
||||
|
||||
WINDOW_BIND_REC *window_bind_add(WINDOW_REC *window, const char *servertag,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue