claude-code - 💡(How to fix) Fix [Bug] Long input lines truncated with ellipsis while typing instead of wrapping in terminal UI

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Code Example

[]
RAW_BUFFERClick to expand / collapse

Bug Description When using <tab> to add more information to user input choices, long lines get shortened into "......" while typing. Allow the text to wrap so all text is visible on multiple lines.

<table width="100%"> <tr> <th align="left">Typing</th> </tr> <tr> <td align="center"><img width="100%" alt="Image" src="https://github.com/user-attachments/assets/6ef0791f-95b7-4051-80c9-73fe570a7242" /></td> </tr> <tr> <th align="left">Unselected</th> </tr> <tr> <td align="center"><img width="100%" alt="Image" src="https://github.com/user-attachments/assets/44abf133-5802-4add-8b94-e93f0e93d6f1" /></td> </tr> </table>

Environment Info

  • Platform: darwin
  • Terminal: ghostty
  • Version: 2.1.145
  • Feedback ID: 4a414a8d-b5db-4250-99d6-5dd61b1f0bcb

Errors

[]

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING