mirror of
https://github.com/weechat/weechat.git
synced 2026-07-09 19:23:13 +02:00
Dynamically allocate color pairs
This commit introduces major changes in 256 colors support: - extended colors can be used without being added with command "/color add" - background color is now allowed for nick colors (using slash separator)
This commit is contained in:
@@ -158,7 +158,6 @@ extern void gui_window_scroll_up (struct t_gui_window *window);
|
||||
extern void gui_window_scroll_down (struct t_gui_window *window);
|
||||
extern void gui_window_scroll_top (struct t_gui_window *window);
|
||||
extern void gui_window_scroll_bottom (struct t_gui_window *window);
|
||||
extern void gui_window_refresh_windows ();
|
||||
extern struct t_gui_window *gui_window_split_horizontal (struct t_gui_window *window,
|
||||
int percentage);
|
||||
extern struct t_gui_window *gui_window_split_vertical (struct t_gui_window *window,
|
||||
|
||||
Reference in New Issue
Block a user