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: {