aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tea.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tea.c b/tea.c
index 5c60ce9..4cfe41a 100644
--- a/tea.c
+++ b/tea.c
@@ -108,7 +108,7 @@ int left() {}
void breakline() {
prn("\r\n");
- types[src_l] = 1;
+ types[src_l] = BREAK;
x = 1;
if (y == h) yorig--;
else y++;