Update terminal-panel.tsx

This commit is contained in:
MacRimi
2025-11-23 22:25:21 +01:00
parent 1ea6617a5d
commit a1f2579047

View File

@@ -363,12 +363,11 @@ export const TerminalPanel: React.FC<TerminalPanelProps> = ({ websocketUrl, onCl
rendererType: "dom",
fontFamily: '"Courier", "Courier New", "Liberation Mono", "DejaVu Sans Mono", monospace',
fontSize: 16,
lineHeight: 1,
cursorBlink: true,
scrollback: 2000,
disableStdin: false,
customGlyphs: false,
fontWeight: "400",
fontWeight: "500",
fontWeightBold: "700",
theme: {
background: "#000000",