bubbles
bubbles copied to clipboard
refactor: KeyMsg -> KeyPressMsg
Cherry picked a single commit with changes from alpha branch with latest master
Looking into why the test is failing
Tests aren't passing on this branch - terminal color codes don't work. Need to fix that before it's ready :)
@aymanbagabas do you have any thoughts on the colour issue? It seems the v2-exp lipgloss branch loses support for ansi colour codes as you can see when you run the tests on this branch. It doesn't handle ints like it used to for lipgloss.Color
on Bubble Tea v2-exp it's now KeyPressMsg.Code not KeyPressMsg.Runes. Need to update that here before merging
swapping out []rune with rune in bubbles is also needed based on bubble tea's v2-exp branch
fwiw, i've pushed these changes to v2-exp
@aymanbagabas kk sounds good! I'll close this PR then