瀏覽代碼

fix(app): terminal EOL issues

Adam 6 月之前
父節點
當前提交
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,