fix: set default lineHeight to 1.0 for TUI apps compatibility

This commit is contained in:
ZacharyZcR
2026-01-09 00:52:55 +08:00
parent 69f3f88ae5
commit 752e39e21f

View File

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