mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-25 18:03:37 +08:00
5f16a299a7
Prior to this fix, when key binding is a script command (i.e. not a readline command), fish would run that key binding using fish's shell tty modes. Switch to using the external tty modes. This re-fixes issue #2214. |
||
---|---|---|
.. | ||
bind_mode_events.py | ||
bind.py | ||
cancel_event.py | ||
commandline.py | ||
complete.py | ||
exit_handlers.py | ||
exit.py | ||
fg.py | ||
fg2.py | ||
fkr.py | ||
generic.py | ||
histfile.py | ||
history.py | ||
isatty.py | ||
job_summary.py | ||
pipeline.py | ||
postexec.py | ||
read.py | ||
set_color.py | ||
sigint.py | ||
signals.py | ||
tty_ownership.py | ||
wait.py |