binutils-gdb/gdb/tui
Hannes Domani 5519536196 Prevent flickering when redrawing the TUI source window
tui_win_info::refresh_window simply calls wrefresh, which internally
does a doupdate.
This redraws the source background window without the source pad.
Then prefresh of the source pad draws the actual source code on top,
which flickers.

By changing this to wnoutrefresh, the actual drawing on the screen is
only done once in the following prefresh, without flickering.

gdb/ChangeLog:

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

	* tui/tui-winsource.c (tui_source_window_base::refresh_window):
	Call wnoutrefresh instead of tui_win_info::refresh_window.
2021-01-05 14:08:26 +01:00
..
ChangeLog-1998-2003
tui-command.c Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
tui-command.h Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
tui-data.c Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
tui-data.h Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
tui-disasm.c Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
tui-disasm.h Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
tui-file.c Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
tui-file.h Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
tui-hooks.c Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
tui-hooks.h Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
tui-interp.c Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
tui-io.c Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
tui-io.h Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
tui-layout.c Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
tui-layout.h Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
tui-out.c Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
tui-out.h Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
tui-regs.c Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
tui-regs.h Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
tui-source.c Redraw both spaces between line numbers and source code 2021-01-05 14:08:26 +01:00
tui-source.h Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
tui-stack.c Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
tui-stack.h Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
tui-win.c Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
tui-win.h Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
tui-wingeneral.c Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
tui-wingeneral.h Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
tui-winsource.c Prevent flickering when redrawing the TUI source window 2021-01-05 14:08:26 +01:00
tui-winsource.h Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
tui.c Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
tui.h Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00