corentin-soriano opened a new pull request, #504: URL: https://github.com/apache/guacamole-server/pull/504
Allows selecting a word on double-click and a complete line on triple-click. Based on the unmaintained PR by @Saiyeux (https://github.com/apache/guacamole-server/pull/406) : - All "rewritten" functions have been removed in favor of existing functions. -> Code simplification. -> Fixes several unexpected behaviors when scrolling upwards. - The following characters are now considered part of a "word": [0-9\\/A-Za-z_\\~\\&\\-\\.\\?\\\\] -> Allows selecting an IP address or a path. - Improved condition in the guac_terminal_select_update (select.c) function to allow selecting a "word" of a single character on double-click (no impact on single-click). -- 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: dev-unsubscr...@guacamole.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org