@@ -188,9 +188,10 @@ func clearLine() {
// Clear a given number of lines
func clearLines(n int) {
clearLine()
for i := 0; i < n; i++ {
cursorPrevLine(1)
}
The note is not visible to the blocked user.