Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/charmbracelet/bubbletea
/ functions
Functions
659 in github.com/charmbracelet/bubbletea
⨍
Functions
659
◇
Types & classes
203
Function
TestTeaWithFilter
(t *testing.T)
tea_test.go:225
Function
TestTick
(t *testing.T)
commands_test.go:19
Function
TestViewModel
(t *testing.T)
screen_test.go:61
Method
Title
()
examples/list-default/main.go:18
Method
Update
(msg Msg)
cursed_renderer_test.go:16
Method
Update
(msg Msg)
exec_test.go:32
Method
Update
(msg Msg)
tea_test.go:37
Method
Update
(msg Msg)
tea_test.go:623
Method
Update
(msg Msg)
screen_test.go:37
Method
Update
(msg tea.Msg)
examples/progress-animated/main.go:49
Method
Update
(msg tea.Msg)
examples/list-fancy/main.go:109
Method
Update
(msg tea.Msg)
examples/progress-download/tui.go:39
Method
Update
(msg tea.Msg)
examples/paginator/main.go:66
Method
Update
(msg tea.Msg)
examples/spinners/main.go:50
Method
Update
(msg tea.Msg)
examples/stopwatch/main.go:53
Method
Update
(msg tea.Msg)
examples/split-editors/main.go:123
Method
Update
(msg tea.Msg)
examples/isbn-form/main.go:159
Method
Update
(msg tea.Msg)
examples/composable-views/main.go:81
Method
Update
(msg tea.Msg)
examples/dynamic-textarea/main.go:42
Method
Update
(msg tea.Msg)
examples/http/main.go:38
Method
Update
(msg tea.Msg)
examples/result/main.go:25
Method
Update
(msg tea.Msg)
examples/glamour/main.go:112
Method
Update
(msg tea.Msg)
examples/canvas/main.go:22
Method
Update
(msg tea.Msg)
examples/pipe/main.go:79
Method
Update
(msg tea.Msg)
examples/splash/main.go:44
Method
Update
(msg tea.Msg)
examples/set-window-title/main.go:21
Method
Update
Update implements tea.Model.
examples/colorprofile/main.go:28
Method
Update
(message tea.Msg)
examples/fullscreen/main.go:29
Method
Update
(msg tea.Msg)
examples/textinputs/main.go:77
Method
Update
Update implements tea.Model.
examples/capability/main.go:25
Method
Update
(msg tea.Msg)
examples/sequence/main.go:54
Method
Update
(msg tea.Msg)
examples/set-terminal-color/main.go:55
Method
Update
(msg tea.Msg)
examples/chat/main.go:73
Method
Update
(msg tea.Msg)
examples/clickable/main.go:78
Method
Update
(msg tea.Msg)
examples/file-picker/main.go:33
Method
Update
Update is called when messages are received. The idea is that you inspect the message and send back an updated model accordingly. You can also return
examples/simple/main.go:45
Method
Update
(msg tea.Msg)
examples/altscreen-toggle/main.go:26
Method
Update
(msg tea.Msg)
examples/suspend/main.go:20
Method
Update
(msg tea.Msg)
examples/package-manager/main.go:51
Method
Update
(msg tea.Msg)
examples/exec/main.go:31
Method
Update
(msg tea.Msg)
examples/cursor-style/main.go:19
Method
Update
(msg tea.Msg)
examples/table/main.go:22
Method
Update
(msg tea.Msg)
examples/debounce/main.go:33
Method
Update
(msg tea.Msg)
examples/tui-daemon-combo/main.go:85
Method
Update
Main update function.
examples/views/main.go:83
Method
Update
(msg tea.Msg)
examples/autocomplete/main.go:130
Method
Update
(msg tea.Msg)
examples/pager/main.go:41
Method
Update
(msg tea.Msg)
examples/progress-bar/main.go:22
Method
Update
(msg tea.Msg)
examples/progress-static/main.go:61
Method
Update
(msg tea.Msg)
examples/eyes/main.go:85
Method
Update
(msg tea.Msg)
examples/list-default/main.go:30
Method
Update
(msg tea.Msg)
examples/realtime/main.go:55
Method
Update
(msg tea.Msg)
examples/textarea/main.go:47
Method
Update
(msg tea.Msg)
examples/space/main.go:43
Method
Update
(msg tea.Msg)
examples/doom-fire/main.go:30
Method
Update
(msg tea.Msg)
examples/prevent-quit/main.go:82
Method
Update
(msg tea.Msg)
examples/send-msg/main.go:59
Method
Update
(msg tea.Msg)
examples/query-term/main.go:36
Method
Update
(msg tea.Msg)
examples/keyboard-enhancements/main.go:29
Method
Update
(msg tea.Msg)
examples/table-resize/main.go:33
Method
Update
(msg tea.Msg)
examples/timer/main.go:34
Method
Update
(msg tea.Msg)
examples/textinput/main.go:46
Method
Update
(_ tea.Msg, _ *list.Model)
examples/list-simple/main.go:46
Method
Update
(msg tea.Msg)
examples/list-simple/main.go:110
Method
Update
(msg tea.Msg)
examples/mouse/main.go:25
Method
Update
(msg tea.Msg)
examples/cellbuffer/main.go:149
Method
Update
(msg tea.Msg)
examples/print-key/main.go:15
Method
Update
(msg tea.Msg)
examples/tabs/main.go:56
Method
Update
(msg tea.Msg)
examples/spinner/main.go:34
Method
Update
(msg tea.Msg)
examples/help/main.go:87
Method
Update
(msg tea.Msg)
examples/vanish/main.go:16
Method
Update
(msg tea.Msg)
examples/focus-blur/main.go:30
Method
Update
(msg tea.Msg)
examples/window-size/main.go:24
Method
Update
(msg tea.Msg)
tutorials/commands/main.go:42
Method
Update
(msg tea.Msg)
tutorials/basics/main.go:32
Method
View
()
cursed_renderer_test.go:24
Method
View
()
exec_test.go:44
Method
View
()
tea_test.go:64
Method
View
()
tea_test.go:635
Method
View
()
screen_test.go:48
Method
View
()
examples/progress-animated/main.go:82
Method
View
()
examples/list-fancy/main.go:172
Method
View
()
examples/progress-download/tui.go:76
Method
View
()
examples/paginator/main.go:82
Method
View
()
examples/spinners/main.go:88
Method
View
()
examples/stopwatch/main.go:32
Method
View
()
examples/split-editors/main.go:196
Method
View
()
examples/isbn-form/main.go:199
Method
View
()
examples/composable-views/main.go:124
Method
View
()
examples/dynamic-textarea/main.go:72
Method
View
()
examples/http/main.go:61
Method
View
()
examples/result/main.go:54
Method
View
()
examples/glamour/main.go:128
Method
View
()
examples/canvas/main.go:39
Method
View
()
examples/pipe/main.go:92
Method
View
()
examples/splash/main.go:57
Method
View
()
examples/set-window-title/main.go:29
Method
View
View implements tea.Model.
examples/colorprofile/main.go:39
Method
View
()
examples/fullscreen/main.go:48
Method
View
()
examples/textinputs/main.go:155
← previous
next →
401–500 of 659, ranked by callers