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

View File

@ -139,7 +139,7 @@ static const char *options_table_allow_passthrough_list[] = {
"#{T:window-status-format}" \
"#[pop-default]" \
"#[norange default]" \
"#{?window_end_flag,,#{window-status-separator}}" \
"#{?loop_last_flag,,#{window-status-separator}}" \
"," \
"#[range=window|#{window_index} list=focus " \
"#{?#{!=:#{E:window-status-current-style},default}," \
@ -166,7 +166,7 @@ static const char *options_table_allow_passthrough_list[] = {
"#{T:window-status-current-format}" \
"#[pop-default]" \
"#[norange list=on default]" \
"#{?window_end_flag,,#{window-status-separator}}" \
"#{?loop_last_flag,,#{window-status-separator}}" \
"}" \
"#[nolist align=right range=right #{E:status-right-style}]" \
"#[push-default]" \