mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-22 11:25:15 +00:00
fix(app): terminal EOL issues
This commit is contained in:
parent
41bc4ec7f0
commit
9679e0c59c
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue