You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cols and rows are now exposed on IPty (#290) via @Tyriar
console.log(pty.cols,pty.rows)
Experimental flow control APIs are available (#304, #364) via @jerch. Note that they may be removed in the future, see node-pty.d.ts for details and xtermjs/xterm.js#2077 for discussion
Promoted conpty support to stable and removed experimental from name (#365) via @Tyriar