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:
@@ -361,10 +361,8 @@ export const TerminalPanel: React.FC<TerminalPanelProps> = ({ websocketUrl, onCl
|
||||
|
||||
const term = new TerminalClass({
|
||||
rendererType: isMobile ? "dom" : "canvas",
|
||||
customGlyphs: false,
|
||||
fontFamily: '"DejaVu Sans Mono", "Liberation Mono", "Courier New", Courier, monospace',
|
||||
fontSize: isMobile ? 13 : 14,
|
||||
lineHeight: 1,
|
||||
cursorBlink: true,
|
||||
scrollback: 2000,
|
||||
disableStdin: false,
|
||||
|
||||
Reference in New Issue
Block a user