Break sorting out into a common file so formats and modes use the same

code. Also add -O for sorting to the list commands. From Dane Jensen in
GitHub issue 4813.
This commit is contained in:
nicm
2026-02-02 10:08:30 +00:00
parent 66011fe48b
commit 3c3d9ce3a9
19 changed files with 946 additions and 674 deletions

View File

@@ -114,6 +114,7 @@ SRCS= alerts.c \
spawn.c \
status.c \
style.c \
sort.c \
tmux.c \
tty-acs.c \
tty-draw.c \