diff --git a/src/ansi.c b/src/ansi.c index 2af1c4e..3027eb3 100644 --- a/src/ansi.c +++ b/src/ansi.c @@ -686,6 +686,7 @@ static int Special(Window *win, int c) case '\n': if (win->w_autoaka) FindAKA(win); + /* fall through */ case '\013': /* Vertical tab is the same as Line Feed */ LineFeed(win, 0); return 1;