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