From c2f6f97c34e889459a44ab83bf8ef6795aea53e1 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Sun, 23 Nov 2025 20:59:50 +0100 Subject: [PATCH] Update terminal-panel.tsx --- AppImage/components/terminal-panel.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AppImage/components/terminal-panel.tsx b/AppImage/components/terminal-panel.tsx index 986655e..df72bc0 100644 --- a/AppImage/components/terminal-panel.tsx +++ b/AppImage/components/terminal-panel.tsx @@ -362,7 +362,7 @@ export const TerminalPanel: React.FC = ({ websocketUrl, onCl const term = new TerminalClass({ rendererType: isMobile ? "dom" : "canvas", fontFamily: 'Consolas, "DejaVu Sans Mono", "Liberation Mono", "Courier New", Courier, monospace', - fontSize: 16, // para acercarnos a Proxmox + fontSize: 15, cursorBlink: true, scrollback: 2000, disableStdin: false,