You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ^D behaviour is strange. It should quit.. In my experience ^C depends on the tool. in ghci and python it starts a new line and in sbt it quits as well. I'll look into the ^D issue.
Currently ^D will send the current line if it's not-empty, but when used on an empty line it prints the prompt right after the current.
^C seems to always quit the
with
prompt rather than starting a new prompt line.I'm not sure if this is desired/intended behavior, but in my experience most/all interactive shells seem to respond this way.
The text was updated successfully, but these errors were encountered: