Explorar o código

fix(app): terminal EOL issues

Adam hai 7 meses
pai
achega
9679e0c59c
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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,
         fontFamily: monoFontFamily(settings.appearance.font()),
         allowTransparency: true,
+        convertEol: true,
         theme: terminalColors(),
         scrollback: 10_000,
         ghostty: g,