CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2026/02/02 03:08:30
Modified files:
usr.bin/tmux : Makefile cmd-list-buffers.c cmd-list-clients.c
cmd-list-panes.c cmd-list-sessions.c
cmd-list-windows.c cmd-switch-client.c format.c
mode-tree.c paste.c server-fn.c session.c
tmux.1 tmux.h window-buffer.c window-client.c
window-customize.c window-tree.c
Added files:
usr.bin/tmux : sort.c
Log message:
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.