Otherwise the register window is redrawn empty when scrolling or
changing its size with winheight.
gdb/ChangeLog:
2021-02-07 Hannes Domani <ssbssa@yahoo.de>
* tui/tui-regs.c (tui_data_window::display_registers_from):
Add refresh_window call.
+2021-02-07 Hannes Domani <ssbssa@yahoo.de>
+
+ * tui/tui-regs.c (tui_data_window::display_registers_from):
+ Add refresh_window call.
+
2021-02-07 Hannes Domani <ssbssa@yahoo.de>
* python/py-frame.c (frapy_richcompare): Compare frame_id_is_next.
}
cur_y++; /* Next row. */
}
+
+ refresh_window ();
}
/* See tui-regs.h. */