CommandCodeAI / CommandCodeAI/command-code

UI: Input cursor/indicator overlaps with bottom status bar in terminal interface

Ouverte
#794 1 commentaire 0 réactions 1 personne assignée Voir sur GitHub

@naymurdev y travaille déjà.

Depuis le 3/9/2026.

windows
Langage dominant
Aucune donnée de langage
Étoiles
4k
Forks
350
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

Summary

Visual rendering bug where the input line cursor or indicator rectangle becomes misaligned and overlaps with the status bar elements below ("accept edits on [shift+tab]" and "? for shortcuts").

Expected Behavior

The input cursor/indicator should stay aligned with the text input line and not overlap with other UI components.

Actual Behavior

The input indicator rectangle renders at an incorrect position, creating visual overlap with the status hints below the input area.

Image
Steps to reproduce the issue
  1. Open Command Code in Windows terminal (Orca) with cmd.exe

  2. Start typing or have content in the input field

  3. The cursor/indicator rectangle drifts downward and overlaps with the bottom UI elements

Command Code Version

1.44.0

Operating System

Windows

Terminal/IDE

Orca

Shell

cmd.exe

Session file (optional)

No response

Fix prompt (optional)

The bug is in the terminal input rendering code - likely the cursor position or line height calculation for the input area.

Where: Input field component in the terminal UI layer, possibly in the cursor positioning logic.

What's correct:
1. The input cursor/indicator should be vertically aligned with the text being typed
2. There should be clear separation between the input area and the status bar below
3. The cursor position calculation must account for the terminal's line height and any padding/margins

How to check:
1. Open Command Code in Windows cmd.exe
2. Type multiple lines or long text in the input field
3. Verify the cursor/indicator stays on the same line as the text
4. Confirm no overlap with "accept edits on [shift+tab]" or "? for shortcuts" hints
5. Test with different terminal sizes and font configurations

Additional context

This appears to be a terminal rendering issue specific to Windows cmd.exe environments. The cursor position calculation may not account for line height or padding correctly, causing the visual indicator to drift downward.

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Par où commencer

  1. Lisez l'issue en entier, puis le guide de contribution du projet.
  2. Signalez en commentaire que vous la prenez — cela évite que deux personnes fassent le même travail.
  3. Forkez le dépôt et travaillez sur une branche.
  4. Ouvrez une pull request qui référence le numéro de l'issue.

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.