Skip to content

Command line editing broken if cursor not at EOL #98

Closed
@boeckmann

Description

Several command line editing commands are broken if invoked with the cursor not being at the end of the command line. Especially ESC, CTRL-C, UP and DOWN keys remove part of the prompt or even more. This is because the cursor gets rewinded n characters, where n is the length of the whole command, and not the actual cursor position.

Activity

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions