Skip to content

Interactive input for aws configure jumps off the pinned bottom command line #10144

@B4Boris

Description

@B4Boris
Image Image Image

Summary

Bug: interactive input for aws configure renders in the wrong place in Warp, leaving a large blank area and moving the active input away from the pinned bottom command line.

Problem

When running aws configure in Warp, the terminal view shifts and shows a large blank area. The active input location moves upward so the user has to scroll or look above the visible command line to continue entering values. In some cases the input is effectively off-screen while the command is running.

This appears to be specific to Warp. The same shell setup, including Starship, works normally in the macOS Terminal app.

Expected behavior

While aws configure is prompting for input, the active input area should remain visible and usable, with the command line anchored at the bottom when the terminal is configured for pinned-to-bottom input.

Actual behavior

Running aws configure causes the visible input area to jump upward and leaves a large empty "page" of space in the terminal view. The line where input is expected is no longer where the user would expect it, and typing can happen outside the normal visible bottom command area.

Pressing Ctrl-C to cancel aws configure immediately restores normal behavior and returns the shell to the expected bottom-aligned prompt.

An additional observation: after running exec zsh and then running aws configure, the input still jumps upward, but only to a position a little above the middle of the screen and it remains visible. That suggests a fresh shell partially changes the rendering state, but does not fix the underlying issue.

Reproduction steps or desired workflow

  1. Open Warp on macOS.
  2. Use zsh with a custom or default (warp) prompt.
  3. Run aws configure (or any aws cli command).
  4. Observe that the visible input area jumps upward and a large blank area appears in the terminal.
  5. Try typing the prompted values and note that the active input area is no longer aligned with the normal pinned-bottom command line.
  6. Press Ctrl-C to cancel the command.
  7. Observe that the terminal immediately returns to the normal bottom-aligned prompt/input behavior.

Additional variation:

  1. Run exec zsh.
  2. Run aws configure again.
  3. Observe that the input still jumps upward, but less severely than before.

Artifacts

Screenshots attached

Warp version

v0.2026.04.29.08.57.01

Operating system

macOS 26.4.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    area:shell-terminalTerminal input/output, shell integration, prompt behavior, and block rendering.area:terminal-inputTerminal command-line input, cursor movement, key handling, and input editing.bugSomething isn't working.needs-infoMore issue-specific reporter detail is needed before the problem can be confidently triaged.os:macmacOS-specific behavior, regressions, or requests.repro:mediumThe report suggests a plausible repro path, but some uncertainty remains.triagedIssue has received an initial automated triage pass.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions