mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-26 10:43:47 +08:00
Remove an errant newline in the fish_cancel_commandline output
Now the next line appears immediately after the cancelled line, without an intervening newline
This commit is contained in:
parent
bd2b107d37
commit
ba5a55b754
|
@ -3,7 +3,7 @@ function __fish_cancel_commandline
|
|||
set -l cmd (commandline)
|
||||
if test -n "$cmd"
|
||||
commandline -C 1000000
|
||||
echo (set_color -b bryellow black)"^C"(set_color normal)
|
||||
echo -n (set_color -b bryellow black)"^C"(set_color normal)
|
||||
for i in (seq (commandline -L))
|
||||
echo ""
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue
Block a user