Update terminal-panel.tsx

This commit is contained in:
MacRimi
2025-11-23 22:45:09 +01:00
parent 09ecc79050
commit d435e9b58b

View File

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