Fix gdb/TUI behavior in response to [Enter] keypress
authorEli Zaretskii <eliz@gnu.org>
Mon, 18 Mar 2019 18:04:40 +0000 (20:04 +0200)
committerEli Zaretskii <eliz@gnu.org>
Mon, 18 Mar 2019 18:04:40 +0000 (20:04 +0200)
commitb17c4cd078e2d1d8951951016815e474fb133780
tree8aaec3a189c745a909836049105aef5f7a147ed4
parent4bd56d18cc9799f283715a96ba61fd4b958b2f71
Fix gdb/TUI behavior in response to [Enter] keypress

gdb/ChangeLog:
2019-03-18  Eli Zaretskii  <eliz@gnu.org>

* tui/tui-io.c (gdb_wgetch): Don't echo CR.
(tui_getc): When gdb_wgetch returns a CR, behave the same as when
it returns a newline.  This fixes a regression in TUI mode, whereby
the next line is output on the same screen line as the user input.
gdb/ChangeLog
gdb/tui/tui-io.c