Skip to content

Commit 9679e0c

Browse files
committed
fix(app): terminal EOL issues
1 parent 41bc4ec commit 9679e0c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/app/src/components/terminal.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ export const Terminal = (props: TerminalProps) => {
185185
fontSize: 14,
186186
fontFamily: monoFontFamily(settings.appearance.font()),
187187
allowTransparency: true,
188+
convertEol: true,
188189
theme: terminalColors(),
189190
scrollback: 10_000,
190191
ghostty: g,

0 commit comments

Comments
 (0)