소스 검색

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,