GUACAMOLE-1256: Fix latency when dumping big text file.
This commit is contained in:
parent
3b021e867c
commit
a3b9458b33
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user