Skip to content

Conversation

@corentin-soriano
Copy link
Member

The removed guac_terminal_display_resize is unnecessary because it is already triggered in __guac_terminal_resize:

guac_terminal_display_resize(term->display, width, height);

This extra display resize is executed too early and can cause errors if the row shift amount is greater than what is still displayed on the screen (when the display is reduced, some lines are are erased and can no longer be copied).

This extra display resize is executed too early and can cause errors if the row shift amount is greater than what is still displayed on the screen.
@necouchman necouchman merged commit 92e69c0 into apache:staging/1.6.1 Nov 5, 2025
1 check passed
@corentin-soriano corentin-soriano deleted the GUACAMOLE-2164_assert_font_size branch November 5, 2025 19:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants