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

View File

@@ -745,7 +745,7 @@ export const DEFAULT_TERMINAL_CONFIG = {
fontSize: 14,
fontFamily: "Caskaydia Cove Nerd Font Mono",
letterSpacing: 0,
lineHeight: 1.2,
lineHeight: 1.0,
theme: "termix",
scrollback: 10000,