1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-10 06:45:41 +02:00

buflist: add option buflist.look.sort

This commit is contained in:
Sébastien Helleu
2017-03-12 18:29:28 +01:00
parent 77af4e0a87
commit 4ef8e61ca5
5 changed files with 330 additions and 36 deletions
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
+3
View File
@@ -29,6 +29,9 @@ extern struct t_config_option *buflist_config_format_buffer_current;
extern struct t_config_option *buflist_config_format_hotlist[4];
extern struct t_config_option *buflist_config_format_hotlist_none;
extern char **buflist_config_sort_fields;
extern int buflist_config_sort_fields_count;
extern int buflist_config_init ();
extern int buflist_config_read ();
extern int buflist_config_write ();
File diff suppressed because it is too large Load Diff
+6
View File
@@ -28,4 +28,10 @@
extern struct t_weechat_plugin *weechat_buflist_plugin;
extern struct t_hdata *buflist_hdata_buffer;
extern struct t_hdata *buflist_hdata_hotlist;
extern struct t_gui_hotlist *buflist_search_hotlist_for_buffer (struct t_gui_buffer *buffer);
extern struct t_arraylist *buflist_sort_buffers ();
#endif /* WEECHAT_BUFLIST_H */