mawww opened a new pull request #237: GUACAMOLE-871: Add support for hidden cursor (DECTECM) URL: https://github.com/apache/guacamole-server/pull/237 As requested on JIRA, here is the patch as a pull request. Please not that I did not test this as I dont know how to put all the pieces in place to check that. It can be easily tested with: ``` printf '\e[?25l' # cursor should be hidden after this printf '\e[?25h' # cursor should be visible again after this ```
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
