diff options
Diffstat (limited to 'ui.go')
| -rw-r--r-- | ui.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -148,6 +148,7 @@ func (m model) Update(msg tea.Msg) (tea.Model, tea.Cmd) { case tea.KeyMsg: switch msg.Type { case tea.KeyCtrlC, tea.KeyCtrlD: + fmt.Print("\033[H\033[2J") // clear screen return m, tea.Quit case tea.KeyEsc: m.currentWord = "" |
