3 questions
2
votes
2
answers
194
views
set bubbletea program on model
I'm attempting to use the bubbletea library in Go, and one of my models needs to send a message when updated, which requires a reference to the bubbletea Program. I'm running into a chicken and egg ...
0
votes
1
answer
91
views
F-Keys in Windows don't result in update in bubbletea
While used to C# /.Net, I am quite new to go and bubbletea and I am trying to do a little cli helper for my private amusement.
Now, what I am trying to do is bind F2 Key to an update action in ...