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

This commit was merged in pull request #488.
This commit is contained in:
ZacharyZcR
2026-01-12 15:30:27 +08:00
committed by GitHub
parent 58945288e0
commit 99b0181c45

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,