GUACAMOLE-1256: Fix latency when dumping big text file.

This commit is contained in:
corentin-soriano 2024-09-30 11:20:23 +02:00
parent 3b021e867c
commit a3b9458b33
No known key found for this signature in database

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,