Add optional full_window argument to TuiWindow.write
authorHannes Domani <ssbssa@yahoo.de>
Sun, 22 Nov 2020 15:51:30 +0000 (16:51 +0100)
committerHannes Domani <ssbssa@yahoo.de>
Thu, 27 May 2021 18:42:42 +0000 (20:42 +0200)
commitbdef5723041368f3e264ac641360950c936b7ce4
tree4fc4cc2d4b9acad73aed736b358a1c350b027fd4
parentd5a6313e1c4c748a7e744514dbabfa001636f09a
Add optional full_window argument to TuiWindow.write

To prevent flickering when first calling erase, then write, this new
argument indicates that the passed string contains the full contents of
the window.  This fills every unused cell of the window with a space, so
it's not necessary to call erase beforehand.

gdb/ChangeLog:

2021-05-27  Hannes Domani  <ssbssa@yahoo.de>

* python/py-tui.c (tui_py_window::output): Add full_window
argument.
(gdbpy_tui_write): Parse "full_window" argument.

gdb/doc/ChangeLog:

2021-05-27  Hannes Domani  <ssbssa@yahoo.de>

* python.texi (TUI Windows In Python): Document "full_window"
argument.
gdb/ChangeLog
gdb/doc/ChangeLog
gdb/doc/python.texi
gdb/python/py-tui.c
This page took 0.024342 seconds and 4 git commands to generate.