GUACAMOLE-565: Merge add terminal-type parameter for SSH and Telnet.

This commit is contained in:
Nick Couchman
2018-05-27 15:16:12 -04:00
2 changed files with 10 additions and 0 deletions

View File

@@ -83,6 +83,11 @@
"name" : "backspace", "name" : "backspace",
"type" : "ENUM", "type" : "ENUM",
"options" : [ "", "127", "8" ] "options" : [ "", "127", "8" ]
},
{
"name" : "terminal-type",
"type" : "ENUM",
"options" : [ "xterm", "xterm-256color", "vt220", "vt100", "ansi", "linux" ]
} }
] ]
}, },

View File

@@ -66,6 +66,11 @@
"name" : "backspace", "name" : "backspace",
"type" : "ENUM", "type" : "ENUM",
"options" : [ "", "127", "8" ] "options" : [ "", "127", "8" ]
},
{
"name" : "terminal-type",
"type" : "ENUM",
"options" : [ "xterm", "xterm-256color", "vt220", "vt100", "ansi", "linux" ]
} }
] ]
}, },