]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit9477e260b7ca3b6076b91eae15739383c508f3e2
tree8c9505661ec3c22319b5bb9a6764df75d222d920
parentfa385bef256077f3b820b241e8f3755ef3905b74
[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