summaryrefslogtreecommitdiff
path: root/gdb/tui/tui-io.c
Commit message (Expand)AuthorAgeFilesLines
* Don't call wrefresh from tui_cont_sigTom Tromey2019-08-301-2/+0
* Change tui_data_item_window::content to be a unique_xmalloc_ptrTom Tromey2019-08-201-8/+6
* TUI resize unificationTom Tromey2019-08-151-1/+2
* Move tui_dispatch_ctrl_char to tui-io.cTom Tromey2019-07-171-0/+51
* Fix flushing bug in tui_puts_internalTom Tromey2019-07-171-0/+6
* Rename common to gdbsupportTom Tromey2019-07-091-1/+1
* Derive tui_win_info from tui_gen_win_infoTom Tromey2019-06-251-12/+12
* Remove struct tui_command_infoTom Tromey2019-06-251-5/+5
* Remove unnecessary casts of NULLTom Tromey2019-06-161-1/+1
* Fix gdb/TUI behavior in response to [Enter] keypressEli Zaretskii2019-03-181-7/+1
* Improve/fix the TUI's current source line highlightPedro Alves2019-03-181-13/+86
* Fix colors in TUI mode in MS-Windows build with ncursesEli Zaretskii2019-03-141-0/+30
* Normalize includes to use common/Tom Tromey2019-01-251-1/+1
* Fix placement of output in TUI modeTom Tromey2019-01-141-0/+6
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Highlight source code using GNU Source HighlightTom Tromey2018-12-281-5/+6
* Make ANSI terminal escape sequences work in TUITom Tromey2018-12-281-16/+216
* Minor cleanups in tui-io.cTom Tromey2018-10-191-14/+4
* Call nonl before wgetch in TUITom Tromey2018-10-061-3/+18
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Fix PR tui/21216: TUI line breaks regressionPedro Alves2017-03-081-39/+75
* Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves2017-02-021-2/+2
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Class-ify ui_outSimon Marchi2016-12-221-2/+4
* Use getcurx in curses codeTom Tromey2016-07-141-6/+6
* Make gdb_in_secondary_prompt_p() be per UIPedro Alves2016-06-211-2/+2
* Make command line editing (use of readline) be per UIPedro Alves2016-06-211-1/+1
* TUI: check whether in secondary prompt instead of immediate_quitPedro Alves2016-04-121-1/+1
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* More char constificationPedro Alves2015-10-131-1/+1
* Add casts to memory allocation related callsSimon Marchi2015-09-251-1/+1
* tui: don't overwrite a secondary prompt that was given no inputPatrick Palka2015-08-211-1/+1
* Use tui_putc to output newline entered by the userPatrick Palka2015-08-211-1/+1
* Remove fields curch and cur_line from TUI_CMD_WINPatrick Palka2015-08-201-26/+10
* Fix undefined behavior in TUI's TAB expansionEli Zaretskii2015-03-211-8/+8
* constify tui/tui-io.cPedro Alves2015-03-201-1/+1
* Asynchronously resize the TUIPatrick Palka2015-02-181-27/+0
* Remove superfluous function key_is_command_char()Patrick Palka2015-02-171-15/+2
* Fix a pair of screen-resizing issues in TUIPatrick Palka2015-02-101-0/+1
* Fix truncation of TUI command historyPatrick Palka2015-02-101-3/+10
* Speed up GDB's TUI outputDoug Evans2015-02-041-5/+4
* Add max-completions parameter, and implement tab-completion limiting.Gary Benson2015-01-311-1/+3
* Unify CLI/TUI interface to readline tab completion.Doug Evans2015-01-311-160/+88
* Make sure TABs are expanded in TUI windows on MS-Windows.Eli Zaretskii2015-01-311-1/+77
* Consolidate the custom TUI query hook with the default query hookPatrick Palka2015-01-091-3/+6
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Fix the processing of Meta-key commands in TUIPatrick Palka2014-11-231-1/+27
* Replace hardwired error handlers in tui_initialize_ioGary Benson2014-08-291-8/+4
* Move stdio.h to common-defs.hGary Benson2014-08-071-1/+0
* Fix pagination crash when the TUI is activePedro Alves2014-07-241-1/+1