1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-02 07:46:38 +02:00

Use buffer local variable "nick" for default item "input_prompt"

This commit is contained in:
Sebastien Helleu
2010-03-21 10:00:47 +01:00
parent 5755bd50ac
commit 6f84e00ee7
2 changed files with 13 additions and 3 deletions
+2
View File
@@ -186,6 +186,8 @@ extern char *gui_buffer_notify_string[];
/* buffer functions */
extern struct t_gui_buffer_local_var *gui_buffer_local_var_search (struct t_gui_buffer *buffer,
const char *name);
extern void gui_buffer_notify_set_all ();
extern struct t_gui_buffer *gui_buffer_new (struct t_weechat_plugin *plugin,
const char *name,