Add sorting to W, P, L operators as well, and add some new session

format variables. From Michael Grant in GitHub issue 4516.
This commit is contained in:
nicm
2025-07-02 08:13:09 +00:00
parent 01da87c112
commit 28481e984b
4 changed files with 363 additions and 31 deletions

1
tmux.h
View File

@ -2256,6 +2256,7 @@ char *paste_make_sample(struct paste_buffer *);
#define FORMAT_FORCE 0x2
#define FORMAT_NOJOBS 0x4
#define FORMAT_VERBOSE 0x8
#define FORMAT_LAST 0x10
#define FORMAT_NONE 0
#define FORMAT_PANE 0x80000000U
#define FORMAT_WINDOW 0x40000000U