nicm
c29b41e527
Make pane scrollbars able to auto-hide after a short timeout. This
...
replaces the previous "modal" behaviour where the pane would be resized,
which tended to make a mess. Instead, the scrollbar appears when
scrolling or when hovered over with the mouse and disappears a
(configurable) short period later. From Michael Grant.
2026-06-29 07:45:09 +00:00
nicm
574a4eccb5
Make buffer creation time sort oldest first like it used to, but change
...
windows to match sessions and panes as newest first.
2026-06-11 23:01:31 +00:00
nicm
f6557d1ea2
Add a Z sort order in tree mode.
2026-06-01 18:19:51 +00:00
jsg
f839588c69
fix sort_get_clients() indentation; ok nicm@
2026-05-27 07:05:20 +00:00
nicm
35bd1a4c02
Do not include unattached clients on sorted list, fixes crash reported
...
by Marcel Partap.
2026-05-17 11:17:16 +00:00
nicm
cbb49e8c84
Fix NULL dereference in sort.c, from Dane Jensen.
2026-04-02 08:01:47 +00:00
nicm
09bd686327
Add sorting (-O flag) and a custom format (-F) to list-keys, from Dane
...
Jensen in GitHub issue 4845.
2026-02-24 08:20:52 +00:00
nicm
25f6d8b1e9
Implement some obvious missing sort orders, from Dane Jensen in GitHub
...
issue 4813.
2026-02-10 09:55:53 +00:00
nicm
3c3d9ce3a9
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.
2026-02-02 10:08:30 +00:00