]> git.baikalelectronics.ru Git - kernel.git/commit
vt: fix background color on line feed, DEC invert
authorJan Engelhardt <jengelh@medozas.de>
Fri, 6 Jun 2008 05:46:34 +0000 (22:46 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 6 Jun 2008 18:29:12 +0000 (11:29 -0700)
commit704d4093894f46f76d4962db8f13214bcbf85e16
treef4f7f5a8d9d7406b2cd8fbabcfce42e5a87b7b9a
parent4b8b68276d4395f269b9177a9f5f6554222a837c
vt: fix background color on line feed, DEC invert

Original report: """I used to force my console to black-on-white by the
command `setterm -inversescreen on`.  In 2.6.26-rc4, I get lots of black
background characters."""

Another addendum to commit e1154946.  This was previously missed out since
I was not aware of what vc_decscnm was for.

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Reported-by: <thunder7@xs4all.nl>
Tested-by: <thunder7@xs4all.nl>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/char/vt.c