mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-12-14 16:16:21 +00:00
Update terminal-panel.tsx
This commit is contained in:
@@ -360,13 +360,13 @@ export const TerminalPanel: React.FC<TerminalPanelProps> = ({ websocketUrl, onCl
|
||||
]).then(([Terminal, FitAddon]) => [Terminal, FitAddon])
|
||||
|
||||
const term = new TerminalClass({
|
||||
fontFamily: '"DejaVu Sans Mono", "Liberation Mono", "Menlo", "Consolas", "Courier New", monospace',
|
||||
rendererType: isMobile ? "dom" : "canvas",
|
||||
fontSize: isMobile ? 11 : 14,
|
||||
fontFamily: '"DejaVu Sans Mono", "Liberation Mono", "Menlo", "Monaco", "Consolas", "Courier New", monospace',
|
||||
|
||||
fontSize: isMobile ? 11 : 13,
|
||||
cursorBlink: true,
|
||||
scrollback: 2000,
|
||||
disableStdin: false,
|
||||
customGlyphs: false,
|
||||
customGlyphs: true,
|
||||
theme: {
|
||||
background: "#000000",
|
||||
foreground: "#ffffff",
|
||||
|
||||
Reference in New Issue
Block a user