GitHub user necouchman opened a pull request:
https://github.com/apache/guacamole-server/pull/156
GUACAMOLE-269: Allow backspace key behavior to be configured
Server-side changes that allow the backspace key to be configured, and, for
the SSH protocol, also pass through that behavior to the SSH server via the TTY
Mode Encoding options. This replaces #153.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/necouchman/guacamole-server
working/backspace-config
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/guacamole-server/pull/156.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #156
----
commit 182ddcfdc13be27975a153f91929fa32a81670ae
Author: Nick Couchman <vnick@...>
Date: 2018-02-22T19:56:40Z
GUACAMOLE-269: Add basic support for sending TTY mode encoding.
commit 551fa7914a8513195c583b0495f94a43690be9b3
Author: Nick Couchman <vnick@...>
Date: 2018-02-23T00:56:05Z
GUACAMOLE-269: Move constant declaration to ttymode.c
commit 1a7f83235a4d42f44115ccb9ad03067046c13657
Author: Nick Couchman <vnick@...>
Date: 2018-02-23T01:10:16Z
GUACAMOLE-269: Add documentation for the defines and variables.
commit 37be908069d781b5f141c77c399197481af4945a
Author: Nick Couchman <vnick@...>
Date: 2018-02-24T03:14:11Z
GUACAMOLE-269: Allow backspace key to be configured.
commit 8427b9dfea89ba72eb7e422870a8d6893aa0e7f6
Author: Nick Couchman <vnick@...>
Date: 2018-02-25T13:41:14Z
GUACAMOLE-269: Use backspace config to set up tty modes.
----
---