Changeset 512de9792b2fd4a9af1033ea6ef6c8033e4dfb9f
- Timestamp:
- 11/01/09 10:43:43 (2 years ago)
- Author:
- Erwan Velu <erwan.velu@…>
- Children:
- a4dfd18e7d3cfc907053d10b57ba206b62a5e830
- Parents:
- a1d88954b2913bb6b992077accad6b23c6767abe
- git-author:
- Pierre-Alexandre Meyer <pierre@mouraf.org> / 2009-10-31T20:09:11Z-0700
- git-committer:
- Erwan Velu <erwan.velu@free.fr> / 2009-11-01T11:43:43Z+0100
- 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
|
r512de9
|
|
| 658 | 658 | cursoron(); |
| 659 | 659 | cls(); |
| | 660 | gotoxy(ms->minrow, ms->mincol); |
| 660 | 661 | |
| 661 | 662 | // Return user choice |