Skip to content

Fix multiple issues found under Linux - #706

Merged
Leonard Hecker (lhecker) merged 4 commits into
mainfrom
dev/lhecker/linux-woes
Dec 1, 2025
Merged

Leonard Hecker (lhecker) merged 4 commits into
mainfrom
dev/lhecker/linux-woes

Conversation

@lhecker

@lhecker Leonard Hecker (lhecker) commented Nov 18, 2025 •

Copy link
Copy Markdown
Member

Fixed:

  • sighandler_t warning in nightly
  • cppdbg + gdb pretty printing
  • UTF8 parsing for SGR mouse coords

@lhecker

Leonard Hecker (lhecker) commented Nov 18, 2025 •

Copy link
Copy Markdown
Member Author

Compilation speed under Linux continues to make me happy, but at the same time, I genuinely don't understand how linuxbros bear with that poor debugger ecosystem. It's fast, but it's also unnecessarily fiddly. 🥲

@JaredTweed

Copy link
Copy Markdown
Contributor

Hey, I am the guy who made PR #628 (single line Linux installer).

On Linux, my recommendation for the least-pain Rust setup is VS Code with Rust Analyzer + CodeLLDB. avoid cppdbg with LLDB, use rust-gdb if you need GDB, and run any mouse-heavy TUIs in an external terminal instead of RustRover’s.

Hope this helps!

Comment thread src/input.rs Outdated
@lhecker Leonard Hecker (lhecker) added C-bug It shouldn't be doing this. P-low Low(er) priority. Example: Bugs in less commonly used features. labels Dec 1, 2025
@lhecker
Leonard Hecker (lhecker) merged commit 3df9e7c into main Dec 1, 2025
6 checks passed
@lhecker
Leonard Hecker (lhecker) deleted the dev/lhecker/linux-woes branch December 1, 2025 21:24
Lou32 (Lou32Verbose) pushed a commit to Lou32Verbose/edit that referenced this pull request Jan 11, 2026
Fixed:
* `sighandler_t` warning in nightly
* cppdbg + gdb pretty printing
* UTF8 parsing for SGR mouse coords
Jenia Dysin (jenia90) pushed a commit to jenia90/edit that referenced this pull request Jan 30, 2026
Fixed:
* `sighandler_t` warning in nightly
* cppdbg + gdb pretty printing
* UTF8 parsing for SGR mouse coords
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

C-bug It shouldn't be doing this. P-low Low(er) priority. Example: Bugs in less commonly used features.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants