summaryrefslogtreecommitdiff
path: root/src/fe-text/mainwindows.h
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2001-08-07 12:41:10 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2001-08-07 12:41:10 +0000
commit45bb5c3ceed83ef937a373413ac7921b6b050682 (patch)
tree9d45cf174d1cb47ca88db1ed5c73d9b973e3a052 /src/fe-text/mainwindows.h
parent58f52343fdda263e54afeafea6aaf11945b5deca (diff)
downloadirssi-45bb5c3ceed83ef937a373413ac7921b6b050682.zip
Restoring layout for split windows works betters now. Some sticky window
changes/fixes. Renamed /WINDOW MOVE LEFT|RIGHT -> PREV|NEXT, added commands /WINDOW MOVE UP|DOWN|LEFT|RIGHT. The new LEFT|RIGHT now moves the window only inside split windows. mainwindows-save.c -> mainwindows-layout.c git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1710 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/fe-text/mainwindows.h')
-rw-r--r--src/fe-text/mainwindows.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fe-text/mainwindows.h b/src/fe-text/mainwindows.h
index 91a5a326..2c45eb54 100644
--- a/src/fe-text/mainwindows.h
+++ b/src/fe-text/mainwindows.h
@@ -8,11 +8,12 @@
typedef struct {
WINDOW_REC *active;
- GSList *sticky_windows; /* list of windows allowed to show only in this mainwindow */
SCREEN_WINDOW *screen_win;
+ int sticky_windows; /* number of sticky windows */
int first_line, last_line, width, height;
+
int statusbar_lines;
void *statusbar;
void *statusbar_window_item;