Skip to content

fix(tui): replace problematic emojis to avoid width calculation issues in terminal#303

Merged
andrinoff merged 1 commit intofloatpane:masterfrom
Marwan051:fix/emoji-alignment
Mar 15, 2026
Merged

fix(tui): replace problematic emojis to avoid width calculation issues in terminal#303
andrinoff merged 1 commit intofloatpane:masterfrom
Marwan051:fix/emoji-alignment

Conversation

@Marwan051
Copy link
Member

@Marwan051 Marwan051 commented Mar 15, 2026

What?

Swapped the cloud and email emojis with newer and more stable emojis.

Why?

Fixes #302

The old emojis caused issues with text alignment in some terminals because of inconsistent width calculations. The new emojis have a fixed width, which helps prevent bugs and keeps the text looking clean and aligned.

@Marwan051 Marwan051 requested a review from andrinoff as a code owner March 15, 2026 13:55
@github-actions github-actions bot added the bug Something isn't working label Mar 15, 2026
@andrinoff andrinoff linked an issue Mar 15, 2026 that may be closed by this pull request
…s in terminal

Signed-off-by: drew <me@andrinoff.com>
@andrinoff andrinoff force-pushed the fix/emoji-alignment branch from ad5cdf5 to cac71ac Compare March 15, 2026 18:33
@andrinoff andrinoff changed the title Fix(tui): replace problematic emojis to avoid width calculation issues in terminal fix(tui): replace problematic emojis to avoid width calculation issues in terminal Mar 15, 2026
@andrinoff andrinoff merged commit f95d3d5 into floatpane:master Mar 15, 2026
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

BUG: emoji width causes misalignment and text malformation.

2 participants