mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-14 06:12:45 +08:00
![Johannes Altmanninger](/assets/img/avatar_default.png)
This is consistent with what we do for highlighting history search,
see d7354880e3
(Fix regression causing crash in token history search,
2025-01-27). In future, we should try to find a better fix (and a
better test).
Fixes the other problem described in #11096
15 lines
398 B
Fish
15 lines
398 B
Fish
#RUN: %fish %s
|
|
#REQUIRES: command -v tmux
|
|
#REQUIRES: test -z "$CI"
|
|
|
|
isolated-tmux-start
|
|
isolated-tmux send-keys ': 1' Enter
|
|
isolated-tmux send-keys ': ' M-Up M-Down M-Up M-Up M-Up Enter
|
|
isolated-tmux send-keys C-l 'echo still alive' Enter
|
|
tmux-sleep
|
|
# isolated-tmux capture-pane -p | tail -2
|
|
isolated-tmux capture-pane -p
|
|
# CHECK: prompt 2> echo still alive
|
|
# CHECK: still alive
|
|
# CHECK: prompt 3>
|