Merge branch 'master' of github.com-derailed:derailed/k9s

mine
derailed 2020-04-04 21:57:41 -06:00
commit c8ffc824f7
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ func (d *Details) Init(_ context.Context) error {
d.SetHighlightColor(tcell.ColorOrange) d.SetHighlightColor(tcell.ColorOrange)
d.SetTitleColor(tcell.ColorAqua) d.SetTitleColor(tcell.ColorAqua)
d.SetInputCapture(d.keyboard) d.SetInputCapture(d.keyboard)
d.SetBorderPadding(0, 0, 1, 1)
d.SetChangedFunc(func() { d.SetChangedFunc(func() {
d.app.Draw() d.app.Draw()
}) })