mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +02:00
Added support for using terminfo/termcap instead of curses. By default,
configure chooses to use ncurses if found, of terminfo if only curses was found. --with-terminfo parameter can be used to specify if you want it or not. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1924 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
8567481fd0
commit
2ba339a26b
30 changed files with 2662 additions and 268 deletions
|
|
@ -2,7 +2,7 @@
|
|||
#define __MAINWINDOWS_H
|
||||
|
||||
#include "fe-windows.h"
|
||||
#include "screen.h"
|
||||
#include "term.h"
|
||||
|
||||
#define WINDOW_MIN_SIZE 2
|
||||
|
||||
|
|
@ -12,7 +12,7 @@
|
|||
typedef struct {
|
||||
WINDOW_REC *active;
|
||||
|
||||
SCREEN_WINDOW *screen_win;
|
||||
TERM_WINDOW *screen_win;
|
||||
int sticky_windows; /* number of sticky windows */
|
||||
|
||||
int first_line, last_line; /* first/last line used by this window (0..x) (includes statusbars) */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue