Merge 1.1.0 changes back to master.

This commit is contained in:
Michael Jumper
2019-06-07 09:01:40 -07:00
17 changed files with 519 additions and 9 deletions

View File

@@ -215,6 +215,10 @@
{
"name" : "static-channels",
"type" : "TEXT"
},
{
"name" : "timezone",
"type" : "TIMEZONE"
}
]
},

View File

@@ -114,9 +114,13 @@
"options" : [ "", "127", "8" ]
},
{
"name" : "terminal-type",
"name" : "terminal-type",
"type" : "ENUM",
"options" : [ "", "xterm", "xterm-256color", "vt220", "vt100", "ansi", "linux" ]
},
{
"name" : "timezone",
"type" : "TIMEZONE"
}
]
},