mirror of
https://github.com/tmux/tmux.git
synced 2026-06-03 16:46:18 +00:00
Mark floating panes in tree mode.
This commit is contained in:
@@ -38,8 +38,8 @@ static void window_tree_key(struct window_mode_entry *,
|
|||||||
|
|
||||||
#define WINDOW_TREE_DEFAULT_FORMAT \
|
#define WINDOW_TREE_DEFAULT_FORMAT \
|
||||||
"#{?pane_format," \
|
"#{?pane_format," \
|
||||||
"#{?pane_marked,#[reverse],}" \
|
"#{?pane_marked,#[reverse],}#{?pane_floating_flag,#[italics],}" \
|
||||||
"#{pane_current_command}#{?pane_active,*,}#{?pane_marked,M,}" \
|
"#{pane_current_command}#{pane_flags}" \
|
||||||
"#{?#{&&:#{pane_title},#{!=:#{pane_title},#{host_short}}},: \"#{pane_title}\",}" \
|
"#{?#{&&:#{pane_title},#{!=:#{pane_title},#{host_short}}},: \"#{pane_title}\",}" \
|
||||||
",window_format," \
|
",window_format," \
|
||||||
"#{?window_marked_flag,#[reverse],}" \
|
"#{?window_marked_flag,#[reverse],}" \
|
||||||
|
|||||||
Reference in New Issue
Block a user