microsoft / node-pty

Fork pseudoterminals in Node.JS
Other
1.43k stars 232 forks source link

why do we need resize? #541

Closed iocmet closed 2 years ago

iocmet commented 2 years ago

Environment details

Issue description

Tyriar commented 2 years ago

You can read up about ptys here: https://man7.org/linux/man-pages/man7/pty.7.html, https://man7.org/linux/man-pages/man3/forkpty.3.html, https://man7.org/linux/man-pages/man7/signal.7.html (sigwinch is resize)

iocmet commented 2 years ago

ok thanks