Skip to content

Input history is inconsistent #3

@erikcw

Description

@erikcw

Using the "up" arrow to access the command history repeatedly yields inconsistent results.

For example, enter the following at the promt

1 [enter]
2 [enter]
3 [enter]
4 [enter]

[up arrow] => 4 [enter]
[up arrow] => 3 [enter]
[up arrow] => 3 [enter]
[up arrow] => 4 [enter]
[up arrow] => 4 [enter]
[up arrow] => 3 [enter]

The up arrow should return 4 each time, since that was the last form evaluated. Not sure why it keeps skipping back and forth between the values...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions