pk/st
1
0
mirror of https://github.com/pikami/st.git synced 2025-04-24 02:13:11 +01:00

Style fixes in tscrollup.

This commit is contained in:
noname 2014-04-20 17:26:39 +04:00 committed by Roberto E. Vargas Caballero
parent fe527aa508
commit 16ac85bf54

1
st.c

@ -1414,6 +1414,7 @@ void
tscrollup(int orig, int n) {
int i;
Line temp;
LIMIT(n, 0, term.bot-orig+1);
tclearregion(0, orig, term.col-1, orig+n-1);