We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6a8349 commit 30140a1Copy full SHA for 30140a1
wishlist.go
@@ -25,7 +25,7 @@ var (
25
// NewListing creates a new listing model for the given endpoints and SSH session.
26
// If session is nil, it is assume to be a local listing.
27
func NewListing(endpoints []*Endpoint, client SSHClient) *ListModel {
28
- l := list.NewModel(nil, list.NewDefaultDelegate(), 0, 0)
+ l := list.New(nil, list.NewDefaultDelegate(), 0, 0)
29
l.Title = "Directory Listing"
30
l.AdditionalShortHelpKeys = func() []key.Binding {
31
return []key.Binding{enter}
0 commit comments