Changeset 6f3f6f3294b69fe39c16294ff833ce62d3982bc3
- Timestamp:
- 11/01/09 03:09:11 (2 years ago)
- Author:
- Pierre-Alexandre Meyer <pierre@…>
- Children:
- 111fe227a44f170e91f2d6f57dd6ce285b67a56a
- Parents:
- 3716f4711174aa60b319513264e6e398ee8803c7
- git-committer:
- Pierre-Alexandre Meyer <pierre@mouraf.org> / 2009-10-31T20:09:11Z-0700
- Message:
-
cmenu: reset the cursor position on shutdown
Reset the cursor at the top left corner of the screen when exiting the
menu. This fixes odd behaviors when switching back and forth between CLI
and menu in HDT.
Closes: #14
Signed-off-by: Pierre-Alexandre Meyer <pierre@…>
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r397586
|
r6f3f6f
|
|
| 658 | 658 | cursoron(); |
| 659 | 659 | cls(); |
| | 660 | gotoxy(ms->minrow, ms->mincol); |
| 660 | 661 | |
| 661 | 662 | // Return user choice |