From 0d848569f0f3b6867c5f22e9be2294f6be52166c Mon Sep 17 00:00:00 2001 From: MacRimi Date: Sun, 23 Nov 2025 20:19:07 +0100 Subject: [PATCH] Update terminal-panel.tsx --- AppImage/components/terminal-panel.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/AppImage/components/terminal-panel.tsx b/AppImage/components/terminal-panel.tsx index 333bd5b..8ae3358 100644 --- a/AppImage/components/terminal-panel.tsx +++ b/AppImage/components/terminal-panel.tsx @@ -360,12 +360,12 @@ export const TerminalPanel: React.FC = ({ websocketUrl, onCl ]).then(([Terminal, FitAddon]) => [Terminal, FitAddon]) const term = new TerminalClass({ - fontFamily: '"Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Courier New", monospace' - - fontSize: isMobile ? 11 : 13, + rendererType: isMobile ? "dom" : "canvas", + fontFamily: '"Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Courier New", monospace', + fontSize: isMobile ? 13 : 15, + lineHeight: 1.2, cursorBlink: true, scrollback: 2000, - disableStdin: false, customGlyphs: false, theme: { background: "#000000",