mirror of
https://github.com/tmux/tmux.git
synced 2026-06-03 16:46:18 +00:00
Add a Z sort order in tree mode.
This commit is contained in:
@@ -136,6 +136,7 @@ static enum sort_order window_tree_order_seq[] = {
|
||||
SORT_INDEX,
|
||||
SORT_NAME,
|
||||
SORT_ACTIVITY,
|
||||
SORT_Z,
|
||||
SORT_END,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user