From 61a5a7e92922aaea71909e3991938d46704d23fc Mon Sep 17 00:00:00 2001 From: MacRimi Date: Sun, 23 Nov 2025 19:46:57 +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 cd3d534..20ef4d5 100644 --- a/AppImage/components/terminal-panel.tsx +++ b/AppImage/components/terminal-panel.tsx @@ -360,13 +360,13 @@ export const TerminalPanel: React.FC = ({ websocketUrl, onCl ]).then(([Terminal, FitAddon]) => [Terminal, FitAddon]) const term = new TerminalClass({ - fontFamily: '"DejaVu Sans Mono", "Liberation Mono", "Menlo", "Consolas", "Courier New", monospace', - rendererType: isMobile ? "dom" : "canvas", - fontSize: isMobile ? 11 : 14, + fontFamily: '"DejaVu Sans Mono", "Liberation Mono", "Menlo", "Monaco", "Consolas", "Courier New", monospace', + + fontSize: isMobile ? 11 : 13, cursorBlink: true, scrollback: 2000, disableStdin: false, - customGlyphs: false, + customGlyphs: true, theme: { background: "#000000", foreground: "#ffffff",