aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui/tui-io.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-19Minor cleanups in tui-io.cTom Tromey1-14/+4
2018-10-06Call nonl before wgetch in TUITom Tromey1-3/+18
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-03-08Fix PR tui/21216: TUI line breaks regressionPedro Alves1-39/+75
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves1-2/+2
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-12-22Class-ify ui_outSimon Marchi1-2/+4
2016-07-14Use getcurx in curses codeTom Tromey1-6/+6
2016-06-21Make gdb_in_secondary_prompt_p() be per UIPedro Alves1-2/+2
2016-06-21Make command line editing (use of readline) be per UIPedro Alves1-1/+1
2016-04-12TUI: check whether in secondary prompt instead of immediate_quitPedro Alves1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-10-13More char constificationPedro Alves1-1/+1
2015-09-25Add casts to memory allocation related callsSimon Marchi1-1/+1
2015-08-21tui: don't overwrite a secondary prompt that was given no inputPatrick Palka1-1/+1
2015-08-21Use tui_putc to output newline entered by the userPatrick Palka1-1/+1
2015-08-20Remove fields curch and cur_line from TUI_CMD_WINPatrick Palka1-26/+10
2015-03-21Fix undefined behavior in TUI's TAB expansionEli Zaretskii1-8/+8
2015-03-20constify tui/tui-io.cPedro Alves1-1/+1
2015-02-18Asynchronously resize the TUIPatrick Palka1-27/+0
2015-02-17Remove superfluous function key_is_command_char()Patrick Palka1-15/+2
2015-02-10Fix a pair of screen-resizing issues in TUIPatrick Palka1-0/+1
2015-02-10Fix truncation of TUI command historyPatrick Palka1-3/+10
2015-02-04Speed up GDB's TUI outputDoug Evans1-5/+4
2015-01-31Add max-completions parameter, and implement tab-completion limiting.Gary Benson1-1/+3
2015-01-31Unify CLI/TUI interface to readline tab completion.Doug Evans1-160/+88
2015-01-31Make sure TABs are expanded in TUI windows on MS-Windows.Eli Zaretskii1-1/+77
2015-01-09Consolidate the custom TUI query hook with the default query hookPatrick Palka1-3/+6
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-11-23Fix the processing of Meta-key commands in TUIPatrick Palka1-1/+27
2014-08-29Replace hardwired error handlers in tui_initialize_ioGary Benson1-8/+4
2014-08-07Move stdio.h to common-defs.hGary Benson1-1/+0
2014-07-24Fix pagination crash when the TUI is activePedro Alves1-1/+1
2014-06-20Fix --with-system-readline with readline-6.3 patch 5Jan Kratochvil1-4/+4
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-09-06OBVIOUS: Remove legacy comment referring to deprecated_init_ui_hook.Andrew Burgess1-2/+1
2013-04-22 PR gdb/7912:Tom Tromey1-1/+2
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-11-20 ARI fixes: sprintf rule.Pierre Muller1-1/+2
2012-11-10* tui/tui.c (tui_rl_command_key): Switch to TUI_ONE_COMMAND_MODEStephane Carrez1-2/+5
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-2/+1
2011-09-12gdb/Pedro Alves1-1/+1
2011-08-042011-08-04 Pedro Alves <pedro@codesourcery.com>Pedro Alves1-4/+4
2011-05-11Imported readline 6.2, and upstream patch 001.Jan Kratochvil1-6/+6
2011-03-09 * cli/cli-cmds.c (shell_escape): Use lbasename.Pedro Alves1-16/+6
2011-01-062011-01-05 Michael Snyder <msnyder@vmware.com>Michael Snyder1-2/+4
2011-01-01run copyright.sh for 2011.Joel Brobecker1-1/+1
2010-09-11gdb/Jan Kratochvil1-0/+2
2010-07-282010-07-28 Balazs Kezes <rlblaster@gmail.com>Pedro Alves1-0/+1
2010-05-25 * event-loop.h (GDB_READABLE, GDB_WRITABLE, GDB_EXCEPTION): Move to ...Doug Evans1-2/+2