GUACAMOLE-1256: Merge fix latency when dumping big text file.

This commit is contained in:
Virtually Nick 2024-09-30 09:14:21 -04:00 committed by GitHub
commit bdbb719259
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -863,10 +863,6 @@ void guac_terminal_scroll_up(guac_terminal* term,
end_row - amount + 1, 0,
end_row, term->term_width - 1);
/* Flush display copy before the cursor commit override operation
* type for visible cursor row and breaks display. */
guac_terminal_display_flush(term->display);
}
void guac_terminal_scroll_down(guac_terminal* term,