gdb/testsuite: fix line feed scrolling in tuiterm.exp
authorAndrew Burgess <aburgess@redhat.com>
Thu, 22 Dec 2022 16:26:50 +0000 (16:26 +0000)
committerAndrew Burgess <aburgess@redhat.com>
Fri, 27 Jan 2023 16:20:10 +0000 (16:20 +0000)
commitefe1b6507b7e6ae5ee45af5b1568b910a3170750
tree6500b44ac33faadaa27e077fe3104e2961788442
parent1c66b8a03989b963534689ec0a9cce57e419afd5
gdb/testsuite: fix line feed scrolling in tuiterm.exp

In a following commit I managed to trigger the line feed scrolling
case in tuiterm.exp.  This case is currently unhandled, and this
commit fills in this missing functionality.

The implementation is pretty simple, just scroll all the content up
one line at a time until the cursor is back on the screen (a single
line of scroll is all that should be needed).

This change is untested in this commit, but is required by the next
commit.
gdb/testsuite/lib/tuiterm.exp