fix: set default lineHeight to 1.0 for TUI apps compatibility #488

Merged
ZacharyZcR merged 1 commits from fix/tui-layout into dev-1.10.1 2026-01-12 07:30:27 +00:00
ZacharyZcR commented 2026-01-08 16:53:13 +00:00 (Migrated from github.com)

Summary

  • Change default terminal lineHeight from 1.2 to 1.0
  • TUI apps (htop, lazydocker, gitui, ctop) rely on exact character cell layout
  • lineHeight 1.2 breaks vertical alignment causing layout issues

Note: This may slightly reduce line spacing for regular terminal use. Users who prefer more spacing can adjust in terminal settings.

Related to #392

## Summary - Change default terminal lineHeight from 1.2 to 1.0 - TUI apps (htop, lazydocker, gitui, ctop) rely on exact character cell layout - lineHeight 1.2 breaks vertical alignment causing layout issues **Note**: This may slightly reduce line spacing for regular terminal use. Users who prefer more spacing can adjust in terminal settings. Related to #392
Sign in to join this conversation.