Skip to content

Ctrl-C from any example supplied corrupts terminal #47

@JavaScriptDude

Description

@JavaScriptDude

When I run any of the examples and exit one of them using ctrl-c, the terminal is all messed up. Extra padding in outputing, some cases my typing is not displayed.

It appears that node-ncurses is not gracefully returning the shell back to a pristine state on SIGINT kill signal.

Is this issue because the example apps are not handling the kill signal and not calling cleanup()? If that is the case, maybe it would be a good idea to add this code into the examples so to make it less troublesome for n00bs.

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