Closed
Description
- Version: v8.5.0 through v8.7.0
- Platform: Darwin
- Subsystem:
In versions v8.5.0
and higher, the resize
event does not seem to fire on terminal window resize.
Test code:
process.stdout.on('resize', function () {
console.log('resized')
})
setInterval(function () {
}, 0)
I was able to have success when trying v8.4.0
, but v8.5.0
does not work.
Possibly related recent closed issue:
#13197