aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui/tui-io.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-08gdb/tui: fix issue with handling the return characterAndrew Burgess1-34/+39
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-21/+21
2020-10-02gdb: give names to event loop file handlersSimon Marchi1-1/+1
2020-09-27Rewrite tui_putsTom Tromey1-12/+63
2020-07-01Remove tui_expand_tabsTom Tromey1-52/+0
2020-06-16Fix crash when exiting TUI with gdb -tuiTom Tromey1-0/+4
2020-04-13Move event-loop.[ch] to gdbsupport/Tom Tromey1-1/+1
2020-02-22Remove the TUI annotation hackTom Tromey1-25/+11
2020-01-24gdb/tui: Prevent exceptions from trying to cross readlinePedro Alves1-3/+28
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-20Make isearch change readline prompt in TUITom Tromey1-10/+1
2019-12-01Add TUI border colorsTom Tromey1-4/+4
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries1-1/+1
2019-10-09Make TUI window handle a unique_ptrTom Tromey1-13/+10
2019-08-30Don't call wrefresh from tui_cont_sigTom Tromey1-2/+0
2019-08-20Change tui_data_item_window::content to be a unique_xmalloc_ptrTom Tromey1-8/+6
2019-08-15TUI resize unificationTom Tromey1-1/+2
2019-07-17Move tui_dispatch_ctrl_char to tui-io.cTom Tromey1-0/+51
2019-07-17Fix flushing bug in tui_puts_internalTom Tromey1-0/+6
2019-07-09Rename common to gdbsupportTom Tromey1-1/+1
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