UI: Input cursor/indicator overlaps with bottom status bar in terminal interface
@naymurdev 已经在做这个了。
开始于 2026年9月3日。
评估
这个 Issue 还没有评估数据。
描述
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.
Steps to reproduce the issue
-
Open Command Code in Windows terminal (Orca) with cmd.exe
-
Start typing or have content in the input field
-
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.
- 主要语言
- 没有语言数据
- 星标
- 4k
- 派生
- 350
- PR 合并指标
- 30 天内没有已合并 PR
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
CommandCodeAI/command-code 的其他 Issue
-
难度 2/5 1-3 小时 新手友好度 68/100
CommandCodeAI/command-code#855 ·
-
难度 2/5 1-3 小时 新手友好度 78/100
CommandCodeAI/command-code#841 · 1 条评论 ·
-
难度 2/5 1-3 小时 新手友好度 68/100
CommandCodeAI/command-code#655 · 1 条评论 ·
-
难度 2/5 1-3 小时 新手友好度 68/100
CommandCodeAI/command-code#608 ·
-
难度 3/5 1-2 天 新手友好度 70/100
CommandCodeAI/command-code#893 ·