mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-01 09:20:46 +08:00
Emit 'fish_cancel' at end of __fish_cancel_commandline.
This helps with shell integration - see issue #5973 "shell-integration - how distringuish winch repaint from ctrl-c cancel".
This commit is contained in:
parent
47e9e8ab8a
commit
2dcaf4f5c0
|
@ -20,5 +20,6 @@ function __fish_cancel_commandline
|
|||
end
|
||||
commandline ""
|
||||
commandline -f repaint
|
||||
emit fish_cancel
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue
Block a user