| LOW | raw.go | 1 | package tea |
| LOW | raw.go | 21 | // for _, attr := range msg { |
| LOW | color.go | 41 | } |
| LOW | options.go | 41 | return func(p *Program) { |
| LOW | options.go | 101 | } |
| LOW | options.go | 121 | // return nil |
| LOW | tea.go | 61 | |
| LOW | tea.go | 81 | |
| LOW | tea.go | 101 | // breaking the unidirectional data flow of Bubble Tea. |
| LOW | tea.go | 121 | // } |
| LOW | tea.go | 141 | // WindowTitle sets the terminal window title. Support depends on the |
| LOW | tea.go | 161 | AltScreen bool |
| LOW | tea.go | 181 | // |
| LOW | tea.go | 201 | // |
| LOW | tea.go | 221 | // case "shift+enter": |
| LOW | tea.go | 241 | type KeyboardEnhancements struct { |
| LOW | tea.go | 261 | // ReportAssociatedText requests the terminal to report the text associated |
| LOW | tea.go | 281 | } |
| LOW | tea.go | 381 | } |
| LOW | tea.go | 441 | // filter supplies an event filter that will be invoked before Bubble Tea |
| LOW | tea.go | 461 | // |
| LOW | tea.go | 961 | // queried for various capabilities. |
| LOW | screen.go | 21 | return clearScreenMsg{} |
| LOW | screen.go | 41 | // |
| LOW | exec.go | 21 | // For non-interactive i/o you should use a Cmd (that is, a tea.Cmd). |
| LOW | exec.go | 41 | // cmd := ExecProcess(c, func(err error) Msg { |
| LOW | key.go | 201 | // convenient and readable to use this method when matching against keys. |
| LOW | key.go | 221 | } |
| LOW | key.go | 261 | |
| LOW | key.go | 281 | // |
| LOW | key.go | 301 | // 'A', '1', '!', etc.). |
| LOW | key.go | 321 | // |
| LOW | key.go | 341 | // Console API. |
| LOW | key.go | 361 | // - alt |
| LOW | mouse.go | 41 | MouseButton11 |
| LOW | mouse.go | 61 | // case MouseMsg: |
| LOW | cursed_renderer.go | 141 | |
| LOW | cursed_renderer.go | 501 | // just a cursor visibility change, we don't need to enter |
| LOW | termcap.go | 1 | package tea |
| LOW | termcap.go | 21 | // switch msg := msg.(type) { |
| LOW | environ.go | 1 | package tea |
| LOW | keyboard.go | 1 | package tea |
| LOW | keyboard.go | 21 | // } |
| LOW | commands.go | 61 | // the entire specified duration. For example, if we're ticking for one minute |
| LOW | commands.go | 81 | // func tickEvery() Cmd { |
| LOW | commands.go | 121 | // a message containing the time at which the tick occurred. |
| LOW | commands.go | 141 | // func (m model) Init() (Model, Cmd) { |
| LOW | examples/progress-static/main.go | 1 | package main |