Commit 62ccefc
Enable linefeed mode so newline moves cursor to column 0 (#70)
* Enable linefeed mode so newline moves cursor to column 0
Without linefeed mode enabled, \n only moves the cursor down without
returning to column 0. This causes text to display in a staggered pattern
instead of properly aligned at the left margin.
This fix sets the linefeed terminal mode to true when creating a new
terminal instance, making \n behave as expected (LF + CR).
* fix: update patch header line count from 638 to 642
---------
Co-authored-by: blink-so[bot] <211532188+blink-so[bot]@users.noreply.github.com>1 parent fcdee7f commit 62ccefcCopy full SHA for 62ccefc
File tree
Expand file treeCollapse file tree
1 file changed
+5
-1
lines changedOpen diff view settings
Filter options
- patches
Expand file treeCollapse file tree
1 file changed
+5
-1
lines changedOpen diff view settings
Collapse file
patches/ghostty-wasm-api.patch
Copy file name to clipboardExpand all lines: patches/ghostty-wasm-api.patch+5-1Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
622 | 622 | |
623 | 623 | |
624 | 624 | |
625 | | - |
| 625 | + |
626 | 626 | |
627 | 627 | |
628 | 628 | |
| ||
817 | 817 | |
818 | 818 | |
819 | 819 | |
| 820 | + |
| 821 | + |
| 822 | + |
| 823 | + |
820 | 824 | |
821 | 825 | |
822 | 826 | |
|
0 commit comments