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
Send a kill signal to flan. Doesn't seem to matter which signal (e.g. sigint via ctrl-c, sigterm via kill, etc).
Interact with terminal (hit your enter key, type anything, etc).
Issue
Immediately after flan closes, you'll see the previously displayed flanpage and your shell prompt printed right below it. When you type anything in, the flanpage will disappear and you'll see your shell history.
The same thing exact happens with man, when you send a kill signal to it. The difference is man doesn't recognize Ctrl-c, and flan does.
Expected behavior
Either flan should ignore Ctrl-c (like man), or Ctrl-c should cleanly exit (no future interaction with the shell should cause anything weird to happen).
The text was updated successfully, but these errors were encountered:
Repro steps:
With zshell:
flan ls
sigint
via ctrl-c,sigterm
viakill
, etc).Issue
Immediately after flan closes, you'll see the previously displayed flanpage and your shell prompt printed right below it. When you type anything in, the flanpage will disappear and you'll see your shell history.
The same thing exact happens with
man
, when you send a kill signal to it. The difference isman
doesn't recognizeCtrl-c
, andflan
does.Expected behavior
Either
flan
should ignoreCtrl-c
(likeman
), orCtrl-c
should cleanly exit (no future interaction with the shell should cause anything weird to happen).The text was updated successfully, but these errors were encountered: