This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from d6f2700b486 Automatic date update in version.in new 5fb97639911 gdb/testsuite: fix implementation of delete line in tuiterm.exp new cd074e04155 gdb/tui: fix issue with handling the return character
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gdb/ChangeLog | 10 +++ gdb/testsuite/ChangeLog | 14 +++++ gdb/testsuite/gdb.tui/scroll.exp | 72 +++++++++++++++++++++ .../gdb.tui/tui-layout-asm-short-prog.exp | 4 +- gdb/testsuite/lib/tuiterm.exp | 49 ++++++++++----- gdb/tui/tui-interp.c | 23 ++++++- gdb/tui/tui-io.c | 73 ++++++++++++---------- gdb/tui/tui-io.h | 5 ++ 8 files changed, 197 insertions(+), 53 deletions(-) create mode 100644 gdb/testsuite/gdb.tui/scroll.exp