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
When I load a file in helix, and exit, sometimes helix will pause for 4-5 seconds at the ":w
This isn't consistent, but certainly happens frequently for me.
I'm on a MacBook Air 12.3.1 using iTerm2 .. I built helix from master with rustc 1.63.0-nightly
This has happened on earlier versions as well.
Reproduction Steps
hx file.rs
Make change
:wq<enter>
4. Wait 4-5 seconds... (correction 21+ seconds)
5. Screen finally clears and bell sounds and can see
(Different every time)
or something similar in the terminal sitting at the bash prompt.
Correction, sometimes it sits there waiting to exit for 21+ seconds on an empty file... When it does decide to wait, at all, then is always outputs those character codes.
I think this is #2059 but I haven't seen the terminal code part before.
:3 Hi, #2059 author here, I confirm that this actually happened to me too...
I think I mentioned somewhere , probably in some older issue I created :3 quote myself 'During the freezing time, keyboard input seemed to be recorded (and sent to stdin)'
This is probably a combination of #2059 and #2863. The latter was fixed in #4081 and the former is a duplicate, so I'm going to close this. Feel free to say if you disagree.
Summary
When I load a file in helix, and exit, sometimes helix will pause for 4-5 seconds at the ":w
This isn't consistent, but certainly happens frequently for me.
I'm on a MacBook Air 12.3.1 using iTerm2 .. I built helix from master with rustc 1.63.0-nightly
This has happened on earlier versions as well.
Reproduction Steps
hx file.rs
:wq<enter>
4. Wait 4-5 seconds... (correction 21+ seconds)
5. Screen finally clears and bell sounds and can see (Different every time)
or something similar in the terminal sitting at the bash prompt.
Helix log
helix.txt
Platform
macOS 12.3.1
Terminal Emulator
iTerm2 Build 3.5.0beta5
Helix Version
helix 22.05 (fc666db)
The text was updated successfully, but these errors were encountered: