charmbracelet / charmbracelet/bubbles
Be able to start blink when blurred
Open
enhancement
- Dominant language
- Go
- Stars
- 8.9k
- Forks
- 457
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 5
Description
**Is your feature request related to a problem? Please describe.**
I have a textarea that is not focused as its in a different pane.
I return `textarea.Blink` in the `Init` fn
When I focus the textarea as i switch the pane, the cursor does not start blinking
**Describe the solution you'd like**
Textarea blurred
Start blink
Textarea does not blink
Focus Textarea
Textarea does blink
**Describe alternatives you've considered**
I could not get it to work otherwise. E.g. calling Blink on update slows the whole program
Contributor guide
Assessment
This issue has not been assessed yet.