From 05777636a78af7214b33027cdfa6f08b045e6fe7 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Fri, 1 Jun 2001 21:49:07 +0000 Subject: Replaced all direct curses calls with screen_xx() wrappers. This should enable us to optionally use termcap directly. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1535 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- src/fe-text/mainwindows.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/fe-text/mainwindows.h') diff --git a/src/fe-text/mainwindows.h b/src/fe-text/mainwindows.h index 491449c6..f58b7d1e 100644 --- a/src/fe-text/mainwindows.h +++ b/src/fe-text/mainwindows.h @@ -10,11 +10,8 @@ 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; -#else -#error disable-curses-windows is currently broken /* FIXME */ -#endif + SCREEN_WINDOW *screen_win; + int first_line, last_line, width, height; int statusbar_lines; void *statusbar; -- cgit v1.2.3