Browse Source

fix(app): terminal EOL issues

Adam 3 weeks ago
parent
commit
9679e0c59c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/app/src/components/terminal.tsx

+ 1 - 0
packages/app/src/components/terminal.tsx

@@ -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,