libmenu: Fix cursor on exit from showmenus()
authorGene Cumm <gene.cumm@gmail.com>
Mon, 26 Jul 2010 19:09:43 +0000 (15:09 -0400)
committerH. Peter Anvin <hpa@linux.intel.com>
Mon, 26 Jul 2010 20:36:21 +0000 (13:36 -0700)
commit4f0db90a7e875ed3f8ac2cdb583e24ab14e8bcb4
treec722b375753b55b339b3f453a6a13f57df5de2c0
parent6f2d1b84131b0a9039562dbd96dbd27e0079f287
libmenu: Fix cursor on exit from showmenus()

This fixes the issue in hdt.c32 that Kent Robotti noticed where
exiting directly from Menu Mode caused the cursor to not be displayed.
This same issue also affects com32/cmenu/simple.c32 and probably
others using showmenus().

Signed-off-by: Gene Cumm <gene.cumm@gmail.com>
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
com32/cmenu/libmenu/menu.c