mirror of
https://github.com/tmux/tmux.git
synced 2026-07-22 08:51:17 +00:00
Test for outside panes with no border.
This commit is contained in:
@@ -218,4 +218,11 @@ tiled=$($TMUX2 list-panes -F '#{pane_floating_flag} #{pane_id}' | \
|
||||
$TMUX2 kill-pane -t "$tiled" || exit 1
|
||||
compare floating-empty
|
||||
|
||||
# Same after pane-border-lines is set to none: empty window background is not a
|
||||
# pane border and should still use the dotted window fill.
|
||||
new_scene 40 12
|
||||
$TMUX2 breakp -W || exit 1
|
||||
$TMUX2 set pane-border-lines none || exit 1
|
||||
compare floating-empty-noborder
|
||||
|
||||
exit 0
|
||||
|
||||
12
regress/screen-redraw-results/floating-empty-noborder.result
Normal file
12
regress/screen-redraw-results/floating-empty-noborder.result
Normal file
@@ -0,0 +1,12 @@
|
||||
········································
|
||||
········································
|
||||
····base ················
|
||||
···· ················
|
||||
···· ················
|
||||
········································
|
||||
········································
|
||||
········································
|
||||
········································
|
||||
········································
|
||||
········································
|
||||
|
||||
Reference in New Issue
Block a user