krobelus opened a new pull request, #613: URL: https://github.com/apache/guacamole-server/pull/613
** I haven't made a ticket yet because I'm still waiting for my JIRA account to be created ** untested; maybe someone else can test this by running the printf command below? As reported in https://github.com/fish-shell/fish-shell/issues/11749, Guacamole's terminal fails to parse some OSC sequences. For example, running this command (in a shell like Bash): printf '\033]133;A;special_key=1\007' echoes part of the sequence which is incorrect. Almost every other terminal ignores such sequences, even if they don't handle them. This allows apps to add new features without probing for support (which is not always possible or reliable). This behavior was introduced in c56412f6 (GUAC-734: Return to echo after HTS. Return to echo on unexpected characters within OSC., 2014-06-11) for unknown reasons -- I don't know how to find that ticket (it's not GUACAMOLE-734). -- 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