Add WebGL support

This commit is contained in:
Will Owens 2022-02-27 21:36:46 -05:00
parent d8c1de5116
commit 84235c20fa
7 changed files with 47 additions and 5 deletions

3
.gotty
View file

@ -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"}