aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui/tui-io.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-25Derive tui_win_info from tui_gen_win_infoTom Tromey1-12/+12
2019-06-25Remove struct tui_command_infoTom Tromey1-5/+5
2019-06-16Remove unnecessary casts of NULLTom Tromey1-1/+1
2019-03-18Fix gdb/TUI behavior in response to [Enter] keypressEli Zaretskii1-7/+1
2019-03-18Improve/fix the TUI's current source line highlightPedro Alves1-13/+86
2019-03-14Fix colors in TUI mode in MS-Windows build with ncursesEli Zaretskii1-0/+30
2019-01-25Normalize includes to use common/Tom Tromey1-1/+1
2019-01-14Fix placement of output in TUI modeTom Tromey1-0/+6
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-12-28Highlight source code using GNU Source HighlightTom Tromey1-5/+6
2018-12-28Make ANSI terminal escape sequences work in TUITom Tromey1-16/+216
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