From c512dde0288e0544807917a0825aee8967c50e72 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Sun, 23 Nov 2025 16:56:41 +0100 Subject: [PATCH] Update terminal-panel.tsx --- AppImage/components/terminal-panel.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/AppImage/components/terminal-panel.tsx b/AppImage/components/terminal-panel.tsx index e6988d7..d37ae2e 100644 --- a/AppImage/components/terminal-panel.tsx +++ b/AppImage/components/terminal-panel.tsx @@ -367,6 +367,7 @@ export const TerminalPanel: React.FC = ({ websocketUrl, onCl cursorBlink: true, scrollback: 2000, disableStdin: false, + customGlyphs: true, cols: isMobile ? 40 : layout === "grid" ? 60 : 120, rows: isMobile ? 20 : layout === "grid" ? 20 : 40, theme: {