Replies: 1 comment
-
I believe this has to do with your terminal and environment. What OS and terminal are you using? And are you using a multiplexer (i.e. tmux, screen, zellij)? Often the culprit is that Fwiw, I’m able to see colors in your example just fine. Also, are you using a custom Lip Gloss renderer in your Wish app? You ideally should; see example. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using the example from https://github.com/charmbracelet/bubbletea/blob/master/examples/textinputs/main.go
which works perfectly when I run it on my local machine, but when deployed the [ submit ] button doesn't focus see
ssh ssh.tartavull.com
I'm confused about why the same code behaves differently depending on the host. Any pointers?
Here is the relevant code
In the local server the Submit button changes color, but in the remote it only goes from [ Submit] to (submit)
Beta Was this translation helpful? Give feedback.
All reactions