Skip to content

fix(statusline): add space between MEMORY icons and values#910

Open
rikitikitavi2012-debug wants to merge 1 commit intodanielmiessler:mainfrom
rikitikitavi2012-debug:fix/statusline-memory-spacing
Open

fix(statusline): add space between MEMORY icons and values#910
rikitikitavi2012-debug wants to merge 1 commit intodanielmiessler:mainfrom
rikitikitavi2012-debug:fix/statusline-memory-spacing

Conversation

@rikitikitavi2012-debug
Copy link

Summary

  • Adds missing space between MEMORY section icons (📁, ✦, ⊕, ◇) and their numeric values
  • Fixes all 4 display modes: nano, micro, mini, normal

Before

◎ MEMORY: 📁478 Work │ ✦379 Ratings │ ⊕8 Sessions │ ◇0 Research

After

◎ MEMORY: 📁 478 Work │ ✦ 379 Ratings │ ⊕ 8 Sessions │ ◇ 0 Research

Closes #899

Test plan

  • Verified bash -n syntax check passes
  • Only spacing changes — no logic modifications

🤖 Generated with Claude Code

Icons (📁, ✦, ⊕, ◇) in the MEMORY section were directly concatenated
to their numeric values (e.g. 📁478). Added a space after each icon
in all four display modes (nano, micro, mini, normal).

Closes danielmiessler#899

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