Skip to content

Fix MEMORY statusline icon spacing#900

Open
infinitelyloopy-bt wants to merge 1 commit intodanielmiessler:mainfrom
infinitelyloopy-bt:fix/statusline-icon-spacing
Open

Fix MEMORY statusline icon spacing#900
infinitelyloopy-bt wants to merge 1 commit intodanielmiessler:mainfrom
infinitelyloopy-bt:fix/statusline-icon-spacing

Conversation

@infinitelyloopy-bt
Copy link

@infinitelyloopy-bt infinitelyloopy-bt commented Mar 3, 2026

Summary

  • Add space between MEMORY line icons (📁, , , ) and their numeric values across all 4 display modes (nano, micro, mini, normal)
  • Pure spacing fix — no logic, color, or behavioral changes

Fixes #899

Before / After

Before After
📁478 Work 📁 478 Work
✦379 Ratings ✦ 379 Ratings
⊕8 Sessions ⊕ 8 Sessions
◇0 Research ◇ 0 Research

Changes

File: .claude/statusline-command.sh

Added a single space after each icon character before the ${RESET} escape in all 4 display mode blocks (16 lines changed, identical pattern per icon).

Test plan

  • Run bash ~/.claude/statusline-command.sh and verify spacing between icons and values on the MEMORY line
  • Confirm all 4 display modes render correctly (resize terminal to test nano/micro/mini/normal)
  • Verify no extra whitespace or alignment regressions on other statusline sections

🤖 Generated with Claude Code

Icons (📁, ✦, ⊕, ◇) on the MEMORY statusline were directly
concatenated to their numeric values (e.g., 📁478 instead of 📁 478),
making them harder to read. Added a space after each icon across all
4 display modes (nano, micro, mini, normal).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.

Statusline MEMORY icons lack spacing before values

1 participant