fix(app): terminal EOL issues

This commit is contained in:
Adam
2026-02-04 14:35:47 -06:00
parent e03a2acad8
commit 04b55b891f
+1
View File
@@ -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,