Skip to content

fix: dashboard popup height too large — bump to v0.7.1 - #9

Merged
long-910 merged 2 commits into
mainfrom
fix/dashboard-height-too-large
Mar 9, 2026
Merged

long-910 merged 2 commits into
mainfrom
fix/dashboard-height-too-large

Conversation

@long-910

@long-910 long-910 commented Mar 8, 2026

Copy link
Copy Markdown
Owner

Summary

  • display-popup -h 40 uses a fixed height of 40 lines
  • If the terminal window is shorter than 40 lines, tmux refuses to create the popup with "height too large" error
  • Changed -h 40 to -h 90% so the popup adapts to the available terminal height

Changes

File Change
claude-tmux-status.tmux -h 40-h 90%
install.sh -h 40-h 90%
scripts/claude_usage.py VERSION bumped to 0.7.1
CHANGELOG.md Added [0.7.1] entry
README.md / README.ja.md / README.zh.md tmux config snippet updated
CONTRIBUTING.md display-popup example updated

Test plan

  • Open a terminal with < 40 lines height, press <prefix>+B — popup should appear without error
  • Open a terminal with >= 44 lines — dashboard should display all content as before
  • claude-usage --version shows claude-usage 0.7.1

🤖 Generated with Claude Code

long-910 and others added 2 commits March 9, 2026 01:36
…rror

Fixed "height too large" error when the terminal height is less than 40
lines by replacing the fixed -h 40 with -h 90%, which adapts to the
available terminal size.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- VERSION constant updated to 0.7.1
- CHANGELOG: add v0.7.1 entry for dashboard height fix
- README (EN/JA/ZH): update tmux config snippet -h 40 → -h 90%
- CONTRIBUTING: update display-popup example -h 40 → -h 90%

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@long-910 long-910 changed the title fix: use 90% height for dashboard popup to prevent height-too-large error fix: dashboard popup height too large — bump to v0.7.1 Mar 9, 2026
@long-910
long-910 merged commit 40ddf55 into main Mar 9, 2026
4 checks passed
@long-910
long-910 deleted the fix/dashboard-height-too-large branch March 10, 2026 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant