Skip to content

Add Cursor Movement to REPL #9

@michohl

Description

@michohl

Summary

When you use the left/right arrow keys in the REPL you expect to be able to move on the current line you're editing to modify arbitrary points in the line.

Currently if you try to do this you'll end up adding some unexpected characters to your input:

>> ^[[C  # right 
>> ^[[D  # left

Desired Behavior

Hitting left and right should change your active cursor position relatively one character.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions