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