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:
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -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
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user