summaryrefslogtreecommitdiff
path: root/src/fe-text/mainwindows.h
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2001-02-10 04:43:21 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2001-02-10 04:43:21 +0000
commit0de0499fd86e9a5b996da2c2e9dd6df093ffeeaa (patch)
tree33345dd269f7de07cacfdf67ef88ca40fd35e17c /src/fe-text/mainwindows.h
parent89abfaf9cfe81846223e5e72324d7f812e60fdfa (diff)
downloadirssi-0de0499fd86e9a5b996da2c2e9dd6df093ffeeaa.zip
/WINDOW STICK [ON|OFF|<ref#>] - stick window to specified main window.
After setting window to sticky non-sticky windows can't replace the active sticky one. Each main window can have it's own sticky window group. /WINDOW LEFT, /WINDOW RIGHT - Go to previous/next window in the current sticky window group, or if there's no sticky windows go to previous/next non-sticky window. Alt-Left/Right keys default to these commands now. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1198 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/fe-text/mainwindows.h')
-rw-r--r--src/fe-text/mainwindows.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fe-text/mainwindows.h b/src/fe-text/mainwindows.h
index 5d65247a..278e1b11 100644
--- a/src/fe-text/mainwindows.h
+++ b/src/fe-text/mainwindows.h
@@ -6,6 +6,7 @@
typedef struct {
WINDOW_REC *active;
+ GSList *sticky_windows; /* list of windows allowed to show only in this mainwindow */
#ifdef USE_CURSES_WINDOWS
WINDOW *curses_win;