mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
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:
@@ -83,6 +83,11 @@
|
||||
"name" : "backspace",
|
||||
"type" : "ENUM",
|
||||
"options" : [ "", "127", "8" ]
|
||||
},
|
||||
{
|
||||
"name" : "terminal-type",
|
||||
"type" : "ENUM",
|
||||
"options" : [ "xterm", "xterm-256color", "vt220", "vt100", "ansi", "linux" ]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@@ -66,6 +66,11 @@
|
||||
"name" : "backspace",
|
||||
"type" : "ENUM",
|
||||
"options" : [ "", "127", "8" ]
|
||||
},
|
||||
{
|
||||
"name" : "terminal-type",
|
||||
"type" : "ENUM",
|
||||
"options" : [ "xterm", "xterm-256color", "vt220", "vt100", "ansi", "linux" ]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
Reference in New Issue
Block a user