summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ansi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ansi.c b/src/ansi.c
index b75d14f..b8002e2 100644
--- a/src/ansi.c
+++ b/src/ansi.c
@@ -940,6 +940,7 @@ register int c;
case '\n':
if (curr->w_autoaka)
FindAKA();
+ case '\013': /* Vertical tab is the same as Line Feed */
LineFeed(0);
return 1;
case '\007':