Skip to content

fix: No colors/theme support when running tuicr remotely over SSH/Mosh in Gho... - #543

Open
yhay81 wants to merge 1 commit into
agavra:mainfrom
yhay81:agent/issue-538
Open

fix: No colors/theme support when running tuicr remotely over SSH/Mosh in Gho...#543
yhay81 wants to merge 1 commit into
agavra:mainfrom
yhay81:agent/issue-538

Conversation

@yhay81

@yhay81 yhay81 commented Aug 2, 2026

Copy link
Copy Markdown
Contributor

Fixes #538.

Summary

No colors/theme support when running tuicr remotely over SSH/Mosh in Ghostty

Validation

  • Mechanical gate: +4/-0, tests passed
  • Adversarial review: approved

🤖 AI-authored PR, operated by @yhay81.

Comment thread src/main.rs

// A themed TUI explicitly requires colors. Crossterm otherwise honors a
// remote NO_COLOR environment variable and suppresses every color command.
crossterm::style::force_color_output(true);

@benja2998 benja2998 Aug 5, 2026

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will break tuicr on some less advanced terminals. Can't you just have the user set TERM/NO_COLOR/COLORTERM before launching tuicr instead of changing the tuicr code to forcefully display colors?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

No colors/theme support when running tuicr remotely over SSH/Mosh in Ghostty

2 participants