]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] fbcon: Fix screen artifacts when moving cursor
authorAntonino A. Daplas <adaplas@gmail.com>
Wed, 1 Feb 2006 11:06:52 +0000 (03:06 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 1 Feb 2006 16:53:26 +0000 (08:53 -0800)
commite7884853670f79af6e124ca8a5c82966691c317d
tree8c9505661ec3c22319b5bb9a6764df75d222d920
parent6d5792ce371c0940341f06fefbd74d53366082a2
[PATCH] fbcon: Fix screen artifacts when moving cursor

When moving the cursor by writing to /dev/vcs*, the old cursor image is not
erased.  Fix by hiding the cursor first before moving the cursor to the new
position.

Signed-off-by: Antonino Daplas <adaplas@pol.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/char/vt.c