cleaning up
parent
39bf09c66c
commit
397ffb8678
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue