mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +02:00
/WINDOW STICK changes - If ref# is given and it's in another split window,
it's moved to the active split window - even if the window was already sticky in the other one. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1702 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
ce0bd80b05
commit
80793ace1c
3 changed files with 66 additions and 56 deletions
|
|
@ -33,6 +33,9 @@ void mainwindows_recreate(void);
|
|||
void mainwindow_set_size(MAIN_WINDOW_REC *window, int size);
|
||||
void mainwindows_resize(int width, int height);
|
||||
|
||||
void mainwindow_change_active(MAIN_WINDOW_REC *mainwin,
|
||||
WINDOW_REC *skip_window);
|
||||
|
||||
int mainwindows_reserve_lines(int count, int up);
|
||||
GSList *mainwindows_get_sorted(int reverse);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue