Clear screen when starting pager
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Elara 2022-12-03 18:22:58 -08:00
parent 3c260a7c5f
commit 715ec7fbe8
2 changed files with 1 additions and 2 deletions

View File

@ -56,7 +56,7 @@ type pagerModel struct {
}
func (pm pagerModel) Init() tea.Cmd {
return nil
return tea.ClearScreen
}
func (pm pagerModel) Update(msg tea.Msg) (tea.Model, tea.Cmd) {

View File

@ -3,7 +3,6 @@ package repos
import (
"context"
"errors"
"fmt"
"io"
"net/url"
"os"