add stream to input widget, realtime filtering updates

This commit is contained in:
Bradley Cicenas
2017-03-07 01:47:07 +00:00
parent df8b9fffab
commit 98d8dc62f9
3 changed files with 22 additions and 1 deletions

View File

@@ -141,7 +141,6 @@ func Display() bool {
ui.Loop()
if menu != nil {
ui.Clear()
menu()
return false
}