mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-610: Merge SSH/telnet parameter definitions for maximum scrollback size.
This commit is contained in:
@@ -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",
|
||||
|
@@ -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",
|
||||
|
@@ -499,6 +499,7 @@
|
||||
"FIELD_HEADER_PASSPHRASE" : "Passphrase:",
|
||||
"FIELD_HEADER_PORT" : "Port:",
|
||||
"FIELD_HEADER_PRIVATE_KEY" : "Private key:",
|
||||
"FIELD_HEADER_SCROLLBACK" : "Maximum scrollback size:",
|
||||
"FIELD_HEADER_READ_ONLY" : "Read-only:",
|
||||
"FIELD_HEADER_RECORDING_EXCLUDE_MOUSE" : "Exclude mouse:",
|
||||
"FIELD_HEADER_RECORDING_EXCLUDE_OUTPUT" : "Exclude graphics/streams:",
|
||||
@@ -581,6 +582,7 @@
|
||||
"FIELD_HEADER_RECORDING_INCLUDE_KEYS" : "Include key events:",
|
||||
"FIELD_HEADER_RECORDING_NAME" : "Recording name:",
|
||||
"FIELD_HEADER_RECORDING_PATH" : "Recording path:",
|
||||
"FIELD_HEADER_SCROLLBACK" : "Maximum scrollback size:",
|
||||
"FIELD_HEADER_TERMINAL_TYPE" : "Terminal type:",
|
||||
"FIELD_HEADER_TYPESCRIPT_NAME" : "Typescript name:",
|
||||
"FIELD_HEADER_TYPESCRIPT_PATH" : "Typescript path:",
|
||||
|
Reference in New Issue
Block a user