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

terminal freezes when editing markdown files #8736

Closed
aead opened this issue Nov 6, 2023 · 1 comment
Closed

terminal freezes when editing markdown files #8736

aead opened this issue Nov 6, 2023 · 1 comment
Labels
C-bug Category: This is a bug

Comments

@aead
Copy link

aead commented Nov 6, 2023

Summary

Helix seems to no longer handle keyboard events when editing markdown files after some time in alacritty and tmux.

Reproduction Steps

I tried this:

  1. hx foo.md
  2. Editing for a while.
  3. Select multiple lines with multi-cursors by pressing C a few times.

Instead, this happened:

The hx / the tmux window does no longer accept keyboard input and they tmux window must be closed forcefully.

Helix log

~/.cache/helix/helix.log
2023-11-06T14:23:26.446 helix_view::clipboard [DEBUG] Using tmux to interact with the system clipboard
2023-11-06T14:23:26.476 helix_vcs [INFO] file is untracked
2023-11-06T14:23:26.476 helix_vcs [INFO] failed to open diff base for /Users/andreas/github/aead.dev/content/news/sortstrings.md
2023-11-06T14:23:26.477 helix_view::editor [ERROR] Failed to initialize the language servers for `source.md` - `marksman` { cannot find binary path }
2023-11-06T14:23:26.477 helix_view::editor [DEBUG] editor status: Loaded 1 file.
2023-11-06T14:23:26.478 helix_tui::backend::crossterm [DEBUG] The keyboard enhancement protocol is not supported in this terminal (checked in 136.709µs)
2023-11-06T14:23:26.698 helix_term::application [DEBUG] received editor event: IdleTimer
2023-11-06T14:23:28.839 helix_term::application [DEBUG] received editor event: IdleTimer
2023-11-06T14:23:29.425 helix_term::application [DEBUG] received editor event: IdleTimer
2023-11-06T14:23:30.256 helix_term::application [DEBUG] received editor event: IdleTimer

Platform

macOS

Terminal Emulator

alacritty 0.12.3 (5efb069)

Installation Method

brew

Helix Version

helix 23.10 (f6021dd)

@aead aead added the C-bug Category: This is a bug label Nov 6, 2023
@pascalkuthe
Copy link
Member

#8709

@pascalkuthe pascalkuthe closed this as not planned Won't fix, can't repro, duplicate, stale Nov 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: This is a bug
Projects
None yet
Development

No branches or pull requests

2 participants