Skip to content

Commit 78f5e7a

Browse files
committed
Fix geometry_newline.
See [this comment](#3 (comment)).
1 parent e75e1e0 commit 78f5e7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions/geometry_newline

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# geometry_newline - add to the end of GEOMETRY_PROMPT to get a 2-line prompt!
22

3-
geometry_newline() { echo '\n\r'; }
3+
geometry_newline() { echo "\n\0"; }

0 commit comments

Comments
 (0)