void
tui_data_window::display_registers_from (int start_element_no)
{
+ /* In case the regs window is not boxed, we'll write the last char in the
+ last line here, causing a scroll, so prevent that. */
+ scrollok (handle.get (), FALSE);
+
int max_len = 0;
for (auto &&data_item_win : m_regs_content)
{
void
tui_register_info::rerender (WINDOW *handle, int field_width)
{
- /* In case the regs window is not boxed, we'll write the last char in the
- last line here, causing a scroll, so prevent that. */
- scrollok (handle, FALSE);
-
if (highlight)
/* We ignore the return value, casting it to void in order to avoid
a compiler warning. The warning itself was introduced by a patch