mirror of
https://github.com/tmux/tmux.git
synced 2026-06-04 00:56:17 +00:00
Merge branch 'floating_panes' into floating_panes_staging
This commit is contained in:
@@ -38,8 +38,8 @@ static void window_tree_key(struct window_mode_entry *,
|
||||
|
||||
#define WINDOW_TREE_DEFAULT_FORMAT \
|
||||
"#{?pane_format," \
|
||||
"#{?pane_marked,#[reverse],}" \
|
||||
"#{pane_current_command}#{?pane_active,*,}#{?pane_marked,M,}" \
|
||||
"#{?pane_marked,#[reverse],}#{?pane_floating_flag,#[italics],}" \
|
||||
"#{pane_current_command}#{pane_flags}" \
|
||||
"#{?#{&&:#{pane_title},#{!=:#{pane_title},#{host_short}}},: \"#{pane_title}\",}" \
|
||||
",window_format," \
|
||||
"#{?window_marked_flag,#[reverse],}" \
|
||||
@@ -136,6 +136,7 @@ static enum sort_order window_tree_order_seq[] = {
|
||||
SORT_INDEX,
|
||||
SORT_NAME,
|
||||
SORT_ACTIVITY,
|
||||
SORT_Z,
|
||||
SORT_END,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user