From: Michal Januszewski Date: Wed, 27 Jul 2005 18:46:06 +0000 (-0700) Subject: [PATCH] fbcon: don't repaint the cursor when it is disabled. X-Git-Tag: v2.6.13-rc4~25^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbd4f12859307c20a4c65a7de4cdd5f9f518dc7a;p=pandora-kernel.git [PATCH] fbcon: don't repaint the cursor when it is disabled. Currently even when the cursor is disabled (`setterm -cursor off`), it is still repainted as a black rectangle the size of a single char. This can be seen, for example, by chvt'ing to a free tty, disabling the cursor and doing `dd if=3D/dev/urandom of=3D/dev/fb0`. The patch changes this behaviour by avoiding painting anything when the cursor is disabled. Signed-off-by: Michal Januszewski Cc: Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed