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

Add the new terminal-type parameter to the protocol JSON files.
This commit is contained in:
Jim Chen
2018-05-16 11:57:31 -04:00
parent fed5133295
commit ad7d3dde34
2 changed files with 10 additions and 0 deletions

View File

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

View File

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