public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/5] An attempt to provide "scrolling" functionality to TUI (PR tui/14584)
@ 2015-07-05 21:03 Patrick Palka
  2015-07-05 21:04 ` [PATCH 1/5] tui: reset start_line whenever cur_line is reset Patrick Palka
  0 siblings, 1 reply; 6+ messages in thread
From: Patrick Palka @ 2015-07-05 21:03 UTC (permalink / raw)
  To: gdb-patches; +Cc: Patrick Palka

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-07-05 21:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-05 21:03 [PATCH 0/5] An attempt to provide "scrolling" functionality to TUI (PR tui/14584) Patrick Palka
2015-07-05 21:04 ` [PATCH 1/5] tui: reset start_line whenever cur_line is reset Patrick Palka
2015-07-05 21:04   ` [PATCH 4/5] tui: make updating of start_line in tui_puts more consistent Patrick Palka
2015-07-05 21:04   ` [PATCH 3/5] tui: simplify and fix up handling of start_line in tui_redisplay_readline Patrick Palka
2015-07-05 21:04   ` [PATCH 2/5] tui: use tui_putc to output newline entered by the user Patrick Palka
2015-07-05 21:04   ` [PATCH 5/5] tui: maintain a scrollback buffer and dump it upon exit (PR tui/14584) Patrick Palka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).