Adam 2 месяцев назад
Родитель
Сommit
9679e0c59c
1 измененных файлов с 1 добавлено и 0 удалено
  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,