From 752e39e21fbde0b7e9d1757d4d25023eaa4f0b39 Mon Sep 17 00:00:00 2001 From: ZacharyZcR Date: Fri, 9 Jan 2026 00:52:55 +0800 Subject: [PATCH] fix: set default lineHeight to 1.0 for TUI apps compatibility --- 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, -- 2.49.1