diff --git a/internal/views/container.go b/internal/views/container.go index 091ae855..63a25e94 100644 --- a/internal/views/container.go +++ b/internal/views/container.go @@ -109,11 +109,7 @@ func (v *containerView) shellCmd(evt *tcell.EventKey) *tcell.EventKey { } v.stopUpdates() - // v.suspend() - // { shellIn(v.app, *v.path, v.selectedItem) - // } - // v.resume() v.restartUpdates() return nil } diff --git a/internal/views/resource.go b/internal/views/resource.go index 1c0113d3..4c5af133 100644 --- a/internal/views/resource.go +++ b/internal/views/resource.go @@ -45,11 +45,10 @@ type resourceView struct { colorerFn colorerFn actions keyActions mx sync.Mutex - // suspended bool - nsListAccess bool - path *string - cancelFn context.CancelFunc - parentCtx context.Context + nsListAccess bool + path *string + cancelFn context.CancelFunc + parentCtx context.Context } func newResourceView(title string, app *appView, list resource.List) resourceViewer {