Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(ansi): reset uniseq grapheme state after #125

Merged
merged 1 commit into from
Jul 12, 2024
Merged

fix(ansi): reset uniseq grapheme state after #125

merged 1 commit into from
Jul 12, 2024

Conversation

aymanbagabas
Copy link
Member

We need to reset the grapheme state after encountering a non-printable character or when we're not using uniseg for string width (ASCII printables have a width of 1 cell).

Fixes: #122
Fixes: #123
Fixes: charmbracelet/lipgloss#332

We need to reset the grapheme state after encountering a non-printable
character or when we're not using uniseg for string width (ASCII
printables have a width of 1 cell).

Fixes: #122
Fixes: #123
Fixes: charmbracelet/lipgloss#332
@aymanbagabas aymanbagabas requested a review from caarlos0 July 12, 2024 15:24
@aymanbagabas aymanbagabas merged commit f6f817d into main Jul 12, 2024
7 checks passed
@aymanbagabas aymanbagabas deleted the sw-state branch July 12, 2024 16:12
@aymanbagabas aymanbagabas restored the sw-state branch July 12, 2024 16:12
@aymanbagabas aymanbagabas deleted the sw-state branch July 12, 2024 16:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants