mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-31 20:31:19 -03:00
Enable color theme reporting again on tmux >= 3.7
Color theme reporting has race conditions, so we might want to disable it until we have fixed those. Not sure. At least the tmux-specific issue hsa been fixed, so treat new tmux like other terminals. See https://github.com/tmux/tmux/issues/4787#issuecomment-3716135010 See #12261
This commit is contained in:
10
tests/checks/tmux-reporting.fish
Normal file
10
tests/checks/tmux-reporting.fish
Normal file
@@ -0,0 +1,10 @@
|
||||
#RUN: %fish %s
|
||||
#REQUIRES: command -v tmux
|
||||
|
||||
isolated-tmux-start \; \
|
||||
set-option -gw window-active-style 'bg=#f0f0f0' \; \
|
||||
send-keys ' cat -v' Enter
|
||||
tmux-sleep
|
||||
isolated-tmux capture-pane -p
|
||||
# CHECK: cat -v
|
||||
# CHECK: prompt 0> cat -v
|
||||
Reference in New Issue
Block a user