filter Containers in place

This commit is contained in:
Bradley Cicenas
2017-03-08 11:26:22 +11:00
parent bf4d59c251
commit 2d2d58d47f
6 changed files with 21 additions and 9 deletions

View File

@@ -25,7 +25,7 @@ func RedrawRows(clr bool) {
var cursorVisible bool
max := maxRows()
for n, c := range cursor.containers {
for n, c := range cursor.Filtered() {
if n >= max {
break
}