mirror of
https://github.com/yudai/gotty.git
synced 2026-02-28 02:44:08 +01:00
Add WebGL support
This commit is contained in:
parent
d8c1de5116
commit
84235c20fa
7 changed files with 47 additions and 5 deletions
3
.gotty
3
.gotty
|
|
@ -201,6 +201,9 @@
|
|||
// [bool] Respect the host's attempt to change the cursor blink status using DEC Private Mode 12.
|
||||
// enable_dec12 = false
|
||||
|
||||
// [bool] Enable webgl rendering in the browser client terminal(hterm)
|
||||
// enable_webgl = false
|
||||
|
||||
// [map[string]string] The default environment variables, as an object.
|
||||
// environment = {"TERM" = "xterm-256color"}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue