fix cursor highlighting for newly filtered containers

This commit is contained in:
Bradley Cicenas
2017-03-08 11:46:39 +11:00
parent 2d2d58d47f
commit d7f9f715bb
2 changed files with 18 additions and 14 deletions

View File

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