Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Risizing window crash with Zsh #4

Open
FontaineRiant opened this issue Aug 5, 2024 · 0 comments
Open

Risizing window crash with Zsh #4

FontaineRiant opened this issue Aug 5, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@FontaineRiant
Copy link
Owner

Running with zsh instead of bash, the application will crash in some cases when resizing the terminal.

Steps to reproduce:

  • Run wraiter on zsh
  • Start or load a story
  • Double press enter to generate some text
  • Ctrl+C during text OR audio generation
  • Resizing terminal now crashes the application without trace and prints weird characters each time: ";1R;10R;12R;"

This looks like an issue between inquirerpy and zsh since bash works and only inquirerpy's code is running when it crashes, but everything keeps working when KeyboardInterrupt hasn't been raised during generation, so there could be a better way to handle this on my end.

@FontaineRiant FontaineRiant added the bug Something isn't working label Aug 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant