Skip to content

Terminal history navigation input issues #66

@jonmbake

Description

@jonmbake

Describe the bug
There are issues when navigating the terminal input history:

  1. Input is not cleared when the down arrow is clicked while the first history item is active.
  2. Input is lost when navigating history with arrow keys.

To Reproduce
Steps to reproduce the behavior:

  1. Enter multiple commands in the terminal.
  2. Use the up arrow to scroll back in history.
  3. Press the down arrow to return towards the latest command.
  4. Observe that input is not cleared or is lost depending on state.

Expected behavior

  • Input should be cleared when moving down from the first history entry back to blank/new input.
  • Input should remain correctly synchronized and not be lost when navigating history.

Screenshots
N/A

Additional context
These bugs impact usability, as users expect history navigation to accurately reflect their command history without losing inputs.

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