- disabled auto-resize via XTWINOPS resize sequence (which is only a request, while SIGWINCH is a proof it happened)
- added
vt.resize(cols, rows)
method for explicit resizing, e.g. when handling asciicast'sr
events (which are records of SIGWINCH)
vt.resize(cols, rows)
method for explicit resizing, e.g. when handling asciicast's r
events (which are records of SIGWINCH)