Skip to content

Ctrl+H / ^H is being mishandled as werase instead of erase on linux #143

@se7enge

Description

@se7enge

Ctrl+H performs entire word rubout when expected behavior is character rubout.

System: Arch Linux (x86_64)

In issue #44 (now closed) you state that you're purposefully interpreting Ctrl+H as Ctrl+Backspace. This breaks default functionality for unix-like systems at the command line, where ^H is, afaik, always set to backspace, i.e. character delete, and never to werase, i.e. word delete, the default bind of which would be ^W (which works as expected).

This makes what seems to be an otherwise excellent typing test program into an unfortunately rather unusable one for anyone well accustomed to using the baked in unix control characters like, as is the case in this instance, ^H.

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