BufferCompleted indicates input was accepted.
(text, _ string)
| 134 | |
| 135 | // BufferCompleted indicates input was accepted. |
| 136 | func (v *LiveView) BufferCompleted(text, _ string) { |
| 137 | v.model.Filter(text) |
| 138 | } |
| 139 | |
| 140 | // BufferActive indicates the buff activity changed. |
| 141 | func (v *LiveView) BufferActive(state bool, k model.BufferKind) { |