From 99b0181c4541afca2127cba16205cb925b2e387d Mon Sep 17 00:00:00 2001 From: ZacharyZcR Date: Mon, 12 Jan 2026 15:30:27 +0800 Subject: [PATCH] fix: set default lineHeight to 1.0 for TUI apps compatibility (#488) --- src/constants/terminal-themes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants/terminal-themes.ts b/src/constants/terminal-themes.ts index 46385c65..d9736ea9 100644 --- a/src/constants/terminal-themes.ts +++ b/src/constants/terminal-themes.ts @@ -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,