aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/functions/__fish_cancel_commandline.fish
Commit message (Collapse)AuthorAge
* Remove the errant newline in __fish_cancel_commandline againGravatar ridiculousfish2016-05-13
|
* don't use colors when writing the ^C indicatorGravatar Kurtis Rader2016-04-30
| | | | There was an extended discussion in https://github.com/fish-shell/fish-shell/issues/2904 about using a bright yellow background to make the cancelled command indicator, ^C, standout. The upshot was that standout (i.e., reversing fg/bg colors) mode should be used until themes are agumented with proper support for background colors and special characters.
* Erase the autosuggestion in fish_cancel_commandline by clearing to EOLGravatar ridiculousfish2016-04-29
|
* Remove an errant newline in the fish_cancel_commandline outputGravatar ridiculousfish2016-04-29
| | | | | Now the next line appears immediately after the cancelled line, without an intervening newline
* provide a better experience when user presses \cCGravatar Kurtis Rader2016-04-14
Fixes #2904