Protocol description:
using binary frame as terminal I/O
using text frame (only from client to server) to request resize: { resize: { cols: number, rows: number } }
My implemention: ptyd
Protocol description:
using binary frame as terminal I/O
using text frame (only from client to server) to request resize: { resize: { cols: number, rows: number } }
My implemention: ptyd