corentin-soriano opened a new pull request, #622: URL: https://github.com/apache/guacamole-server/pull/622
The removed `guac_terminal_display_resize` is unnecessary because it is already triggered in `__guac_terminal_resize`: https://github.com/apache/guacamole-server/blob/53ec1f49bdfb7412d0d94c1fab48d18166a00cad/src/terminal/terminal.c#L1254 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 is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
