mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-10 21:11:15 -03: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:
committed by
Fabian Homborg
parent
47e9e8ab8a
commit
2dcaf4f5c0
@@ -20,5 +20,6 @@ function __fish_cancel_commandline
|
|||||||
end
|
end
|
||||||
commandline ""
|
commandline ""
|
||||||
commandline -f repaint
|
commandline -f repaint
|
||||||
|
emit fish_cancel
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user