mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 12:53:42 +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
|
|
@ -16,11 +16,8 @@ typedef struct {
|
|||
time_t last_modify;
|
||||
|
||||
int default_color; /* default color to use with text with default
|
||||
background. default is 0 which means the default
|
||||
color set by terminal */
|
||||
int default_real_color; /* default color to use with background set.
|
||||
this shouldn't be 0, unless black is really
|
||||
wanted. default is 7 (white). */
|
||||
background. default is -1 which means the
|
||||
default color set by terminal */
|
||||
GHashTable *modules;
|
||||
|
||||
int replace_keys[256]; /* index to replace_values for each char */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue