diff --git a/src/apps/terminal/TermParse.cpp b/src/apps/terminal/TermParse.cpp index e4b53610c7..ce762b6a42 100644 --- a/src/apps/terminal/TermParse.cpp +++ b/src/apps/terminal/TermParse.cpp @@ -768,7 +768,7 @@ TermParse::EscParse() top = 1; if (nparam < 2) - bot = -1; + bot = fBuffer->Height(); else bot = param[1];