mirror of
https://github.com/tmux/tmux.git
synced 2025-01-14 20:58:53 +00:00
Default sort for buffer mode should be time not name.
This commit is contained in:
parent
a2ca51c27a
commit
3ec28ceb9b
@ -46,13 +46,13 @@ const struct window_mode window_buffer_mode = {
|
||||
};
|
||||
|
||||
enum window_buffer_sort_type {
|
||||
WINDOW_BUFFER_BY_NAME,
|
||||
WINDOW_BUFFER_BY_TIME,
|
||||
WINDOW_BUFFER_BY_NAME,
|
||||
WINDOW_BUFFER_BY_SIZE,
|
||||
};
|
||||
static const char *window_buffer_sort_list[] = {
|
||||
"name",
|
||||
"time",
|
||||
"name",
|
||||
"size"
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user