Skip to content

If the spinner drops out prematurely, input is invisible #236

Open
@flippedcracker

Description

Describe the bug
If I start a spinner and something exits out (like a os.Exit() or log.Fatal() ), then the input in the terminal is hidden. The only way to get it back is to reset terminal

To Reproduce
Steps to reproduce the behavior:

  1. Start a spinner
  2. exit out of the spinner Action function by way of os.Exit or log.Fatal
  3. try to type in the terminal
  4. see the nothing shows in the terminal

Expected behavior
Exiting out should return to terminal as normal

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • Ubuntu 22

Additional context
Add any other context about the problem here.
2024-05-14_13-55

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions