Add a Z sort order in tree mode.

This commit is contained in:
nicm
2026-06-01 18:19:51 +00:00
parent cd6c01e42b
commit f6557d1ea2
6 changed files with 44 additions and 16 deletions

View File

@@ -136,6 +136,7 @@ static enum sort_order window_tree_order_seq[] = {
SORT_INDEX,
SORT_NAME,
SORT_ACTIVITY,
SORT_Z,
SORT_END,
};