fix(app): terminal EOL issues
This commit is contained in:
@@ -185,6 +185,7 @@ export const Terminal = (props: TerminalProps) => {
|
|||||||
fontSize: 14,
|
fontSize: 14,
|
||||||
fontFamily: monoFontFamily(settings.appearance.font()),
|
fontFamily: monoFontFamily(settings.appearance.font()),
|
||||||
allowTransparency: true,
|
allowTransparency: true,
|
||||||
|
convertEol: true,
|
||||||
theme: terminalColors(),
|
theme: terminalColors(),
|
||||||
scrollback: 10_000,
|
scrollback: 10_000,
|
||||||
ghostty: g,
|
ghostty: g,
|
||||||
|
|||||||
Reference in New Issue
Block a user