This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 0/5] An attempt to provide "scrolling" functionality to TUI (PR tui/14584)


The first 3 patches are bug fixes/cleanups that are useful in themselves.  The
4th patch is a fix which is only useful if the 5th patch is accepted.  The 5th
patch implements the actual "scrolling" functionality, and fixes the PR.

Patrick Palka (5):
  tui: reset start_line whenever cur_line is reset
  tui: use tui_putc to output newline entered by the user
  tui: simplify and fix up handling of start_line in
    tui_redisplay_readline
  tui: make updating of start_line in tui_puts more consistent
  tui: maintain a scrollback buffer and dump it upon exit (PR tui/14584)

 gdb/tui/tui-data.c |   6 ++--
 gdb/tui/tui-io.c   | 100 +++++++++++++++++++++++++++++++++++++++++++++++------
 gdb/tui/tui-io.h   |   5 +++
 gdb/tui/tui-win.c  |   1 +
 gdb/tui/tui.c      |   3 ++
 5 files changed, 102 insertions(+), 13 deletions(-)

-- 
2.5.0.rc0.5.g91e10c5.dirty


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]