mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-12-15 00:26:23 +00:00
Update terminal-panel.tsx
This commit is contained in:
@@ -367,6 +367,7 @@ export const TerminalPanel: React.FC<TerminalPanelProps> = ({ websocketUrl, onCl
|
|||||||
cursorBlink: true,
|
cursorBlink: true,
|
||||||
scrollback: 2000,
|
scrollback: 2000,
|
||||||
disableStdin: false,
|
disableStdin: false,
|
||||||
|
customGlyphs: true,
|
||||||
cols: isMobile ? 40 : layout === "grid" ? 60 : 120,
|
cols: isMobile ? 40 : layout === "grid" ? 60 : 120,
|
||||||
rows: isMobile ? 20 : layout === "grid" ? 20 : 40,
|
rows: isMobile ? 20 : layout === "grid" ? 20 : 40,
|
||||||
theme: {
|
theme: {
|
||||||
|
|||||||
Reference in New Issue
Block a user