1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-06 09:43:13 +02:00

Add optional bar name in command /bar default

This commit is contained in:
Sebastien Helleu
2011-03-18 15:36:52 +01:00
parent 2711bc4afe
commit bee3f511c2
17 changed files with 175 additions and 140 deletions
+3
View File
@@ -142,6 +142,9 @@ extern struct t_gui_bar *gui_bar_new (const char *name,
const char *items);
extern void gui_bar_use_temp_bars ();
extern void gui_bar_create_default_input ();
extern void gui_bar_create_default_title ();
extern void gui_bar_create_default_status ();
extern void gui_bar_create_default_nicklist ();
extern void gui_bar_create_default ();
extern void gui_bar_update (const char *name);
extern int gui_bar_scroll (struct t_gui_bar *bar, struct t_gui_buffer *buffer,