@@ -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
}
The note is not visible to the blocked user.