GUACAMOLE-610: Add SSH/telnet parameter definitions for maximum scrollback size.

This commit is contained in:
Michael Jumper
2018-08-13 01:16:56 -07:00
parent f5aa986e63
commit c0d1ace629
3 changed files with 10 additions and 0 deletions

View File

@@ -59,6 +59,10 @@
"type" : "ENUM",
"options" : [ "", "8", "9", "10", "11", "12", "14", "18", "24", "30", "36", "48", "60", "72", "96" ]
},
{
"name" : "scrollback",
"type" : "NUMERIC"
},
{
"name" : "read-only",
"type" : "BOOLEAN",

View File

@@ -63,6 +63,10 @@
"type" : "ENUM",
"options" : [ "", "8", "9", "10", "11", "12", "14", "18", "24", "30", "36", "48", "60", "72", "96" ]
},
{
"name" : "scrollback",
"type" : "NUMERIC"
},
{
"name" : "read-only",
"type" : "BOOLEAN",