This is an automated email from the ASF dual-hosted git repository.
mjumper pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/guacamole-server.git
from 74e61659 Merge changes from patch branch back to main.
add 7f516f21 GUACAMOLE-2120: Support VT100 escape codes sent for function
keys and keypad.
new 718cdff1 GUACAMOLE-2120: Merge support for VT100+ family of codes for
function/keypad keys.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
src/protocols/kubernetes/kubernetes.c | 1 +
src/protocols/kubernetes/settings.c | 12 ++++++
src/protocols/kubernetes/settings.h | 6 +++
src/protocols/ssh/settings.c | 12 ++++++
src/protocols/ssh/settings.h | 6 +++
src/protocols/ssh/ssh.c | 1 +
src/protocols/telnet/settings.c | 12 ++++++
src/protocols/telnet/settings.h | 6 +++
src/protocols/telnet/telnet.c | 1 +
src/terminal/terminal-handlers.c | 12 ++++++
src/terminal/terminal.c | 74 ++++++++++++++++++++++++++++++++---
src/terminal/terminal/terminal-priv.h | 12 ++++++
src/terminal/terminal/terminal.h | 24 ++++++++++++
13 files changed, 173 insertions(+), 6 deletions(-)