Commit a95af7f
committed
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).1 parent 4ef099b commit a95af7f
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
817 | 817 | | |
818 | 818 | | |
819 | 819 | | |
| 820 | + | |
| 821 | + | |
| 822 | + | |
| 823 | + | |
820 | 824 | | |
821 | 825 | | |
822 | 826 | | |
| |||
0 commit comments