-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Helix 23.03 crashes when user tries to open it from suspended state (fg, bg) #6725
Labels
C-bug
Category: This is a bug
Comments
HellConnector
changed the title
Helix 23.03 error when user try to open it from suspended state (fg, bg)
Helix 23.03 crashes when user tries to open it from suspended state (fg, bg)
Apr 13, 2023
h1t
added a commit
to h1t/helix
that referenced
this issue
Apr 15, 2023
pascalkuthe
pushed a commit
that referenced
this issue
Apr 16, 2023
* Fix crash on opening from suspend state (#6725) * Fix code style * revert using of the imperative code style. Add panic if couldn't set terminal raw mode * remove redundant import of core::panic macros * small refactoring
Triton171
pushed a commit
to Triton171/helix
that referenced
this issue
Jun 18, 2023
* Fix crash on opening from suspend state (helix-editor#6725) * Fix code style * revert using of the imperative code style. Add panic if couldn't set terminal raw mode * remove redundant import of core::panic macros * small refactoring
wes-adams
pushed a commit
to wes-adams/helix
that referenced
this issue
Jul 4, 2023
* Fix crash on opening from suspend state (helix-editor#6725) * Fix code style * revert using of the imperative code style. Add panic if couldn't set terminal raw mode * remove redundant import of core::panic macros * small refactoring
smortime
pushed a commit
to smortime/helix
that referenced
this issue
Jul 10, 2024
* Fix crash on opening from suspend state (helix-editor#6725) * Fix code style * revert using of the imperative code style. Add panic if couldn't set terminal raw mode * remove redundant import of core::panic macros * small refactoring
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
When i need to suspend hx and go back to the terminal, i press
ctrl-z
, and helix suspended well. But if i executebg
and thenfg
in the terminal, helix just crashes.Reproduction Steps
I tried this:
hx
ctrl-z
bg
fg
I expected this to happen:
hx
opens normally at the state it was suspendedInstead, this happened:
Helix log
~/.cache/helix/helix.log
Platform
macOS
Terminal Emulator
alacritty 0.11
Helix Version
helix 23.03 (3cf0372)
The text was updated successfully, but these errors were encountered: