-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
bugSomething that's not working as intendedSomething that's not working as intended
Milestone
Description
fish version installed (version 2.4.0):
OS/terminal used: Fedora 24, gnome-terminal
When using a multi-line prompt, pressing ctrl-c will not preserve previously written command
Reproduction steps
- Change
fish_promptfunction to show newlines
function fish_prompt
echo (whoami)@(hostname)
echo '$ '
end
- Re-run fish, and type
asdfasdf[CTRL-C]
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething that's not working as intendedSomething that's not working as intended