fix(app): terminal EOL issues
parent
41bc4ec7f0
commit
9679e0c59c
|
|
@ -185,6 +185,7 @@ export const Terminal = (props: TerminalProps) => {
|
|||
fontSize: 14,
|
||||
fontFamily: monoFontFamily(settings.appearance.font()),
|
||||
allowTransparency: true,
|
||||
convertEol: true,
|
||||
theme: terminalColors(),
|
||||
scrollback: 10_000,
|
||||
ghostty: g,
|
||||
|
|
|
|||
Loading…
Reference in New Issue