[BUG] List items and tables not rendering correctly on Windows (v2.0.73)
Resolved 💬 2 comments Opened Dec 19, 2025 by tetsuyatonooka Closed Dec 19, 2025
Preflight Checklist
- [x] I have searched existing issues and this hasn't been reported yet
- [x] This is a single bug report (please file separate reports for different bugs)
- [x] I am using the latest version of Claude Code
What's Wrong?
- First list item in any numbered list is invisible (only "2." onward is shown)
- Tables and formatted output appear garbled or collapsed with "+63 lines (ctrl+o to expand)"
- This occurs in Claude Code v2.0.73 on Windows
- The issue does NOT occur in v2.0.50
What Should Happen?
All list items (1, 2, 3...) should be visible.
Tables should render correctly without garbling or collapsing.
<img width="786" height="452" alt="Image" src="https://github.com/user-attachments/assets/c86357f3-8655-4275-be2d-8f50ac478cc4" />
Error Messages/Logs
Steps to Reproduce
- Install Claude Code v2.0.73 on Windows
npm install -g @anthropic-ai/claude-code@2.0.73
- Start Claude Code in any terminal (Git Bash, PowerShell, or VS Code Terminal)
claude
- Trigger any output containing a numbered list. For example, if you have a CLAUDE.md with a numbered menu like:
- New
- Existing
Only "2. Existing" will be displayed. "1. New" is invisible.
- Tables and formatted output may also appear garbled or collapsed.
- To verify the fix, downgrade to v2.0.50:
npm uninstall -g @anthropic-ai/claude-code
npm install -g @anthropic-ai/claude-code@2.0.50
All list items will now display correctly.
Claude Model
None
Is this a regression?
Yes, this worked in a previous version
Last Working Version
_No response_
Claude Code Version
2.0.73 (bug occurs) 2.0.50 (works correctly)
Platform
Anthropic API
Operating System
macOS
Terminal/Shell
Terminal.app (macOS)
Additional Information
_No response_
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗