TheMathemagicians/sevenkeys/ui/init.go

11 lines
170 B
Go
Raw Normal View History

2024-06-05 12:06:24 +00:00
package ui
import (
"github.com/charmbracelet/bubbles/textinput"
tea "github.com/charmbracelet/bubbletea"
)
func (m Model) Init() tea.Cmd {
return textinput.Blink
}