Update terminal-panel.tsx

This commit is contained in:
MacRimi
2025-11-23 22:51:37 +01:00
parent 246db33ee6
commit 25559b7e3e

View File

@@ -363,13 +363,13 @@ export const TerminalPanel: React.FC<TerminalPanelProps> = ({ websocketUrl, onCl
rendererType: "dom", rendererType: "dom",
fontFamily: '"Courier", "Courier New", "Liberation Mono", "DejaVu Sans Mono", monospace', fontFamily: '"Courier", "Courier New", "Liberation Mono", "DejaVu Sans Mono", monospace',
fontSize: 16, fontSize: 16,
lineHeight: 0.9, lineHeight: 0.5,
cursorBlink: true, cursorBlink: true,
scrollback: 2000, scrollback: 2000,
disableStdin: false, disableStdin: false,
customGlyphs: false, customGlyphs: false,
fontWeight: "560", fontWeight: "570",
fontWeightBold: "860", fontWeightBold: "870",
theme: { theme: {
background: "#000000", background: "#000000",
foreground: "#ffffff", foreground: "#ffffff",