clear screen conditionally

This commit is contained in:
Bradley Cicenas
2017-03-08 11:10:38 +11:00
parent b8eb386360
commit bf4d59c251
3 changed files with 23 additions and 12 deletions

View File

@@ -46,8 +46,7 @@ func FilterMenu() {
go func() {
for s := range stream {
config.Update("filterStr", s)
cursor.RefreshContainers()
RedrawRows()
RefreshDisplay()
ui.Render(i)
}
}()