mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +02:00
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
This commit is contained in:
parent
6f5c1117de
commit
05777636a7
13 changed files with 238 additions and 132 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue