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

Add new property "short_name" for buffers

This commit is contained in:
Sebastien Helleu
2008-10-20 11:01:51 +02:00
parent 00dbaf7e64
commit a33e44c7e1
7 changed files with 44 additions and 9 deletions
+2
View File
@@ -3136,6 +3136,8 @@ irc_command_server (void *data, struct t_gui_buffer *buffer, int argc,
}
}
}
weechat_buffer_set (irc_current_server->buffer, "short_name",
irc_current_server->name);
weechat_bar_item_update ("buffer_name");
weechat_bar_item_update ("input_prompt");
return WEECHAT_RC_OK;