Skip to content

Backspace Does Not Work (Mac Only) #2

@jeffnyman

Description

@jeffnyman

Just a quick note that I can't get backspace to work with the Curses interface, at least on Mac. It works fine on Windows.

In case this was some odd TERM settings, I tried this with zsh and bash, both set up with standard terminal configuration, and the problem persists. The backspace character isn't recognized at all. Based on some research, I tried updating the cstring line to something like this:

if cstring in ('KEY_BACKSPACE', '\b', '\x7f', ord('\x7f'):

But no love.

As a workaround, you can use the left arrow to go back over the text input and then whatever you type replaces whatever was there.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions