summaryrefslogtreecommitdiff
path: root/src/fe-text/mainwindows.h
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2000-07-26 23:29:34 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2000-07-26 23:29:34 +0000
commit091292e079139480315f5cebed6be603e6505618 (patch)
tree2d2b73a02850be6bf3903657e483fee0c2c4f8f1 /src/fe-text/mainwindows.h
parent9bf99c0aa603da62bce949ddc9cbca2cbd392dee (diff)
downloadirssi-091292e079139480315f5cebed6be603e6505618.zip
Mainwindows use now real curses WINDOWs, this should fix irssi with some
curseses that didn't like setscrreg() (solaris 8). git-svn-id: http://svn.irssi.org/repos/irssi/trunk@542 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 467add2d..c163c366 100644
--- a/src/fe-text/mainwindows.h
+++ b/src/fe-text/mainwindows.h
@@ -6,7 +6,8 @@
typedef struct {
WINDOW_REC *active;
- int first_line, last_line;
+ WINDOW *curses_win;
+ int first_line, last_line, lines;
int statusbar_lines;
void *statusbar;
void *statusbar_channel_item;