Skip to content

Commit

Permalink
GUACAMOLE-1256: Fix latency when dumping big text file.
Browse files Browse the repository at this point in the history
  • Loading branch information
corentin-soriano committed Sep 30, 2024
1 parent 3b021e8 commit a3b9458
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/terminal/terminal.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a3b9458

Please sign in to comment.