1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-30 14:56:39 +02:00

core: use item "buffer_last_number" instead of "buffer_count" by default in status bar

This commit is contained in:
Sebastien Helleu
2014-02-13 22:34:20 +01:00
parent 03abd78355
commit ec9adea198
+1 -1
View File
@@ -69,7 +69,7 @@ char *gui_bar_items_default_for_bars[][2] =
{ GUI_BAR_DEFAULT_NAME_TITLE,
"buffer_title" },
{ GUI_BAR_DEFAULT_NAME_STATUS,
"[time],[buffer_count],[buffer_plugin],buffer_number+:+"
"[time],[buffer_last_number],[buffer_plugin],buffer_number+:+"
"buffer_name+(buffer_modes)+{buffer_nicklist_count}+buffer_zoom+"
"buffer_filter,[lag],[hotlist],completion,scroll" },
{ GUI_BAR_DEFAULT_NAME_NICKLIST,