Disable tmux OSC 133 prompt marking test for some tmux versions < 3.4

OSC 133 was added to tmux 3.4.

Also fix the test on macOS where we do have 3.5a in CI; for some reason we
get copy_cursor_y=6 there.  I didn't investigate yet but at least that's
not the same bug this test was made to fix.
This commit is contained in:
Johannes Altmanninger 2024-10-12 19:32:27 +02:00
parent 5496247344
commit f77153e6c8

View File

@ -1,5 +1,5 @@
#RUN: %fish %s
#REQUIRES: command -v tmux
#REQUIRES: command -v tmux && ! tmux -V | grep -qE '^tmux 3\.[0123][a-z]*($|[.-])'
isolated-tmux-start
@ -31,4 +31,4 @@ isolated-tmux send-keys -X previous-prompt
isolated-tmux send-keys -X previous-prompt
tmux-sleep
isolated-tmux display-message -p '#{copy_cursor_y} #{copy_cursor_line}'
# CHECK: 4 prompt-line-1
# CHECK: {{[46]}} prompt-line-1