diff options
author | Hannes Domani <ssbssa@yahoo.de> | 2020-12-22 15:02:47 +0100 |
---|---|---|
committer | Hannes Domani <ssbssa@yahoo.de> | 2021-05-24 17:16:44 +0200 |
commit | a56889ae38d650fb77f0790f4157ff90e11fd2d4 (patch) | |
tree | a5ba04bc4a739df891d5b9e58e3a8720b00e3aef /readline | |
parent | c45d37a9bd9f0ae70528603844b689dde3a6a629 (diff) | |
download | fsf-binutils-gdb-a56889ae38d650fb77f0790f4157ff90e11fd2d4.zip fsf-binutils-gdb-a56889ae38d650fb77f0790f4157ff90e11fd2d4.tar.gz fsf-binutils-gdb-a56889ae38d650fb77f0790f4157ff90e11fd2d4.tar.bz2 |
Prevent flickering when redrawing the TUI python window
tui_win_info::refresh_window first redraws the background window, then
tui_wrefresh draws the python text on top of it, which flickers.
By using wnoutrefresh for the background window, the actual drawing on
the screen is only done once, without flickering.
gdb/ChangeLog:
2021-05-24 Hannes Domani <ssbssa@yahoo.de>
* python/py-tui.c (tui_py_window::refresh_window):
Avoid flickering.
Diffstat (limited to 'readline')
0 files changed, 0 insertions, 0 deletions