We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c230fdc commit 7cfe63aCopy full SHA for 7cfe63a
1 file changed
cmd/shell/input.go
@@ -77,7 +77,7 @@ func (m inputModel) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
77
switch msg := msg.(type) {
78
case tea.WindowSizeMsg:
79
m.width = msg.Width
80
- return m, nil
+ return m, tea.ClearScreen
81
case tea.KeyMsg:
82
switch msg.Type {
83
case tea.KeyEnter:
0 commit comments