1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-03 16:23:14 +02:00

fset: add ${newline} to display options on multiple lines, replace format options by colors for background

This commit is contained in:
Sébastien Helleu
2017-06-19 21:41:48 +02:00
parent a49e255d96
commit 98272393fe
6 changed files with 203 additions and 234 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ extern struct t_gui_buffer *fset_buffer;
extern int fset_buffer_selected_line;
extern void fset_buffer_set_title ();
extern void fset_buffer_display_line (int y,
extern void fset_buffer_display_line (int index,
struct t_fset_option *fset_option);
extern void fset_buffer_refresh (int clear);
extern void fset_buffer_set_current_line (int line);