code-style: add fallthrough comment

Patch by Steve Ward, thanks.
This commit is contained in:
bakkeby 2020-05-20 14:26:04 +02:00
parent 0c41364e3d
commit 7a1259e112
3 changed files with 4 additions and 2 deletions

1
st.c
View file

@ -2315,6 +2315,7 @@ tcontrolcode(uchar ascii)
return;
case '\032': /* SUB */
tsetchar('?', &term.c.attr, term.c.x, term.c.y);
/* FALLTHROUGH */
case '\030': /* CAN */
csireset();
break;