diff options
author | Tom Tromey <tom@tromey.com> | 2016-06-28 14:25:49 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2016-07-14 10:35:38 -0600 |
commit | cecc8b99060bf82632345bd1c07d50c7ae8d81ef (patch) | |
tree | 87ad730603dfc12cbed8be0a1b71b7d2913a97b4 /gdb/ChangeLog | |
parent | 821fc4aeef26bc7e5d5943c2f5d009a23e16883c (diff) | |
download | gdb-cecc8b99060bf82632345bd1c07d50c7ae8d81ef.zip gdb-cecc8b99060bf82632345bd1c07d50c7ae8d81ef.tar.gz gdb-cecc8b99060bf82632345bd1c07d50c7ae8d81ef.tar.bz2 |
Use getcurx in curses code
As suggested by Pedro, this changes a few spots to use getcurx, rather
than getyx. This avoids some unused variable warnings.
2016-07-14 Tom Tromey <tom@tromey.com>
* tui/tui-winsource.c (tui_show_source_line): Use getcurx.
* tui/tui-io.c (tui_puts): Use getcurx.
(tui_redisplay_readline): Likewise.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f5c0072..6961383 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 2016-07-14 Tom Tromey <tom@tromey.com> + * tui/tui-winsource.c (tui_show_source_line): Use getcurx. + * tui/tui-io.c (tui_puts): Use getcurx. + (tui_redisplay_readline): Likewise. + +2016-07-14 Tom Tromey <tom@tromey.com> + * inflow.c (child_terminal_ours_1): Use ATTRIBUTE_UNUSED. 2016-07-14 Tom Tromey <tom@tromey.com> |