Skip to content

resize event not firing #16194

Description

@Flet
  • 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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    confirmed-bugIssues and PRs for confirmed bugs.macosIssues and PRs related to the macOS platform.regressionIssues related to regressions.ttyIssues and PRs related to the tty subsystem.

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions