Skip to content

[kiro-cli --tui] Delete key acts as Backspace #6851

@evgenijkostin

Description

@evgenijkostin

Before opening, please confirm:

Operating System

Ubuntu 24.04.4 LTS

Kiro Version

1.28.1

Bug Description

In --tui mode, the Delete key removes the character to the LEFT of the cursor (like Backspace) instead of the character to the RIGHT.

Steps to Reproduce

  1. Run: kiro-cli chat --tui
  2. Type: 1234567890
  3. Move cursor between "2" and "3"
  4. Press Delete

Expected: "3" is deleted → 124567890
Actual: "2" is deleted → 134567890

Note: works correctly without --tui

Expected Behavior

Delete key removes the character to the RIGHT of the cursor.

Conversation ID

No response

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    duplicateThis issue or pull request already exists

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions