mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-04 01:25:25 +08:00
Remove the errant newline in __fish_cancel_commandline again
(cherry picked from commit 149e601743f2ad85df8a3bd0cc857bfd0387ef67)
This commit is contained in:
parent
c53951b9b3
commit
768277a312
@ -9,7 +9,7 @@ function __fish_cancel_commandline
|
||||
#
|
||||
# Set reverse fg/bg color mode, output ^C, restore normal mode, clear to EOL (to erase any
|
||||
# autosuggestion).
|
||||
echo (tput smso)"^C"(tput rmso)(tput el)
|
||||
echo -n (tput smso)"^C"(tput rmso)(tput el)
|
||||
for i in (seq (commandline -L))
|
||||
echo ""
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user