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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user