Skip to content

support setRawMode #16

@tbremer

Description

@tbremer

I have a stdin application that sets rawMode to utf8, but I get a TypeError on that line when using this module.

A quick fix for me was to assign setRawMode as a noop:

stdin.setRawMode = function() {};

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions