gotty/js/src
Søren L. Hansen 0d6766f621 Split input into buffer sized chunks
Input chunks from the client exceeding the buffer size would get
truncated. Now we communicate the size of the buffer to the webtty and
it will split the input into buffer sized chunks.

Fixes #1.
2021-04-12 19:39:32 -07:00
..
hterm.ts set deactivated terminal handlers to empty functions instead of null 2017-11-24 18:16:56 +03:00
main.ts Rename TermXterm and TermHterm to Xterm and Hterm 2017-08-22 15:59:24 +09:00
websocket.ts Add xterm itegration 2017-08-21 16:38:28 +09:00
webtty.ts Split input into buffer sized chunks 2021-04-12 19:39:32 -07:00
xterm.ts Move responsibility to decode output encoding to terminal implementation 2017-08-26 16:55:07 +09:00