Skip to content

feat: render TUI with compatible characters when TTY lacks Unicode support#5

Merged
renjfk merged 1 commit intomainfrom
feat/terminal-compat
Mar 14, 2026
Merged

feat: render TUI with compatible characters when TTY lacks Unicode support#5
renjfk merged 1 commit intomainfrom
feat/terminal-compat

Conversation

@renjfk
Copy link
Owner

@renjfk renjfk commented Mar 14, 2026

Summary

  • Add terminal config section with ascii and color flags for terminals with limited Unicode or color support
  • Define ASCII fallback character sets for spinner dots (#/.) and companion faces ((o_o), (>_>), (-_-), etc.)
  • Override lipgloss color profile when terminal.color is set to 256, 16, or none
  • Update README config documentation with missing screen_capture fields and new terminal section

Closes #3

@renjfk renjfk merged commit d69e81d into main Mar 14, 2026
3 checks passed
@renjfk renjfk deleted the feat/terminal-compat branch March 14, 2026 11:43
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.

feat: render TUI with compatible characters when TTY lacks Unicode support

1 participant