cmenu: fix background color
authorPierre-Alexandre Meyer <pierre@mouraf.org>
Mon, 31 Aug 2009 06:37:01 +0000 (23:37 -0700)
committerPierre-Alexandre Meyer <pierre@mouraf.org>
Tue, 1 Sep 2009 18:45:11 +0000 (11:45 -0700)
commit1a5c2f5761210a05602c7c7e799ccb0f059b42ff
tree6bc95accfb0e1a35ef0d2fa080c7dee5b886db00
parent510811554b97c29077cc0a07fff09ec005f380fb
cmenu: fix background color

The menu highlights some characters to mark them as key shortcuts.
To switch the bold attribute off, we were printing the reset code,
resetting the background color in the same time.

Use ANSI sequence 22 instead.

Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
com32/cmenu/libmenu/com32io.c