diff --git a/AppImage/components/terminal-panel.tsx b/AppImage/components/terminal-panel.tsx index 97cb007..ee7162e 100644 --- a/AppImage/components/terminal-panel.tsx +++ b/AppImage/components/terminal-panel.tsx @@ -361,10 +361,8 @@ export const TerminalPanel: React.FC = ({ websocketUrl, onCl const term = new TerminalClass({ rendererType: isMobile ? "dom" : "canvas", - customGlyphs: false, fontFamily: '"DejaVu Sans Mono", "Liberation Mono", "Courier New", Courier, monospace', fontSize: isMobile ? 13 : 14, - lineHeight: 1, cursorBlink: true, scrollback: 2000, disableStdin: false,