Skip to content

Commit

Permalink
Merge 1.6.0 changes back to patch.
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-jumper committed Sep 30, 2024
2 parents 520d530 + c056b74 commit e74fa53
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions src/terminal/terminal-handlers.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
#include <guacamole/protocol.h>
#include <guacamole/socket.h>

#include <errno.h>
#include <stdbool.h>
#include <stdlib.h>
#include <wchar.h>
Expand Down
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 e74fa53

Please sign in to comment.