1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-03 16:23:14 +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
+1
View File
@@ -79,6 +79,7 @@ struct t_gui_buffer
int layout_number; /* the number of buffer saved in */
/* layout */
char *name; /* buffer name */
char *short_name; /* short buffer name */
enum t_gui_buffer_type type; /* buffer type (formated, free, ..) */
int notify; /* 0 = never */
/* 1 = highlight only */