-
-
Notifications
You must be signed in to change notification settings - Fork 32.7k
Closed
Labels
confirmed-bugIssues with confirmed bugs.Issues with confirmed bugs.macosIssues and PRs related to the macOS platform / OSX.Issues and PRs related to the macOS platform / OSX.regressionIssues related to regressions.Issues related to regressions.ttyIssues and PRs related to the tty subsystem.Issues and PRs related to the tty subsystem.
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
Metadata
Metadata
Assignees
Labels
confirmed-bugIssues with confirmed bugs.Issues with confirmed bugs.macosIssues and PRs related to the macOS platform / OSX.Issues and PRs related to the macOS platform / OSX.regressionIssues related to regressions.Issues related to regressions.ttyIssues and PRs related to the tty subsystem.Issues and PRs related to the tty subsystem.