mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-12 04:58:57 +00:00
13763fa318
As soon as we start processing a scrollback-push readline command, we pause execution of all other readline commands until scrollback-push retires. This means that we never get into a situation with two active scrollback-push commands -- unless we are executing readline commands via a script running "commandline -f": since the first part of scrollback-push handling returns immediately, the script will proceed before scrollback-push retires. A second scrollback-push fails an assertion. Work around that for now. In future, scrollback-push should block when invoked by such a script, just like it does when invoked from bindings. |
||
---|---|---|
.. | ||
checks | ||
pexpects | ||
test_functions | ||
.gitignore | ||
filter-control-sequences.fish | ||
history_sample_bash | ||
history_sample_corrupt1 | ||
history_sample_fish_1_x | ||
history_sample_fish_2_0 | ||
interactive.config | ||
interactive.fish | ||
test.fish | ||
test_driver.sh | ||
test_env.sh | ||
test_util.fish |