mirror of
https://git.savannah.gnu.org/git/screen.git
synced 2026-02-15 03:42:03 +02:00
quiet -Wimplicit-fallthrough warning
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user