Skip to content

Tags: tab-dance/bubbletea

Tags

v2.0.0-alpha.1

Verified

This tag was signed with the committer’s verified signature. The key has expired.
aymanbagabas Ayman Bagabas
Bubble Tea Alpha 1

v1.1.1

Verified

This tag was signed with the committer’s verified signature. The key has expired.
aymanbagabas Ayman Bagabas
Recover from panics

v1.1.0

Verified

This tag was signed with the committer’s verified signature. The key has expired.
aymanbagabas Ayman Bagabas
Focus events

v1.0.1

Verified

This tag was signed with the committer’s verified signature. The key has expired.
aymanbagabas Ayman Bagabas
Fix nil renderer terminal

v1.0.0

Verified

This tag was signed with the committer’s verified signature. The key has expired.
aymanbagabas Ayman Bagabas
First stable release!

v0.27.1

Verified

This tag was signed with the committer’s verified signature. The key has expired.
meowgorithm Christian Rocha
Workaround for background query hang

v0.27.0

Verified

This tag was signed with the committer’s verified signature. The key has expired.
aymanbagabas Ayman Bagabas
Suspend program

v0.26.6

Verified

This tag was signed with the committer’s verified signature. The key has expired.
aymanbagabas Ayman Bagabas
Fix nil deref

v0.26.5

Verified

This tag was signed with the committer’s verified signature. The key has expired.
aymanbagabas Ayman Bagabas
Fix Windows special key runes

v0.26.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: program renderer commands (charmbracelet#1030)

Using program commands like p.EnableMouseCellMotion and p.SetWindowTitle
_before_ the program starts can panic the application since `renderer`
hasn't been initialized yet. Use program options to enable and set these
options if `renderer` is not initialized.

Fixes: charmbracelet#1029