Skip to content

Conversation

@lhecker
Copy link
Member

@lhecker lhecker commented Nov 18, 2025

Fixed:

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

@lhecker
Copy link
Member Author

lhecker commented Nov 18, 2025

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

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!

@lhecker lhecker enabled auto-merge (squash) December 1, 2025 20:55
@lhecker lhecker disabled auto-merge December 1, 2025 20:55
@lhecker lhecker enabled auto-merge (squash) December 1, 2025 20:58
@lhecker lhecker added I-bug It shouldn't be doing this. P-low Low(er) priority. Example: Bugs in less commonly used features. labels Dec 1, 2025
@lhecker lhecker merged commit 3df9e7c into main Dec 1, 2025
6 checks passed
@lhecker lhecker deleted the dev/lhecker/linux-woes branch December 1, 2025 21:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

I-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.

5 participants