summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAdam <[email protected]>2026-02-04 14:35:47 -0600
committerAdam <[email protected]>2026-02-04 14:36:10 -0600
commit9679e0c59cd7682412e35046b0fd1754476aa5ec (patch)
tree821c5368fe9d5776897456b784b3e922a2e51034
parent41bc4ec7f0a42d6350b2af5ad44c7a308ee26b25 (diff)
downloadopencode-9679e0c59cd7682412e35046b0fd1754476aa5ec.tar.gz
opencode-9679e0c59cd7682412e35046b0fd1754476aa5ec.zip
fix(app): terminal EOL issues
-rw-r--r--packages/app/src/components/terminal.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/app/src/components/terminal.tsx b/packages/app/src/components/terminal.tsx
index 563418d60..a6ce8acfa 100644
--- a/packages/app/src/components/terminal.tsx
+++ b/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,