Skip to content

Commit

Permalink
add ui init (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
JunNishimura committed Aug 5, 2023
1 parent affd203 commit a084599
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ui/init.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
package ui

import (
"github.com/charmbracelet/bubbles/textarea"
tea "github.com/charmbracelet/bubbletea"
)

func (m *Model) Init() tea.Cmd {
return textarea.Blink
}

0 comments on commit a084599

Please sign in to comment.