From e38174110e7c2a3c37d47d3171d275b0f52bf87d Mon Sep 17 00:00:00 2001 From: MacRimi Date: Sun, 23 Nov 2025 19:14:18 +0100 Subject: [PATCH] Update terminal-panel.tsx --- AppImage/components/terminal-panel.tsx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/AppImage/components/terminal-panel.tsx b/AppImage/components/terminal-panel.tsx index d117ffe..857757f 100644 --- a/AppImage/components/terminal-panel.tsx +++ b/AppImage/components/terminal-panel.tsx @@ -360,16 +360,13 @@ export const TerminalPanel: React.FC = ({ websocketUrl, onCl ]).then(([Terminal, FitAddon]) => [Terminal, FitAddon]) const term = new TerminalClass({ - rendererType: isMobile ? "dom" : "canvas", - fontFamily: '"Courier New", Courier, monospace', - fontSize: isMobile ? 13 : 14, - lineHeight: 1, + + fontSize: isMobile ? 11 : 13, cursorBlink: true, scrollback: 2000, disableStdin: false, customGlyphs: false, - theme: { background: "#000000", foreground: "#ffffff",