aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--share/functions/__fish_cancel_commandline.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/functions/__fish_cancel_commandline.fish b/share/functions/__fish_cancel_commandline.fish
index f10be75f..5117e738 100644
--- a/share/functions/__fish_cancel_commandline.fish
+++ b/share/functions/__fish_cancel_commandline.fish
@@ -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