- Timestamp:
- 09/06/09 07:48:14 (3 years ago)
- Children:
- 9df3425eb092a1263985d6b5c145c88e41be930c
- Parents:
- 39d77623ff752ca394a8fa2ebc0219f41060a488
- git-committer:
- Pierre-Alexandre Meyer <pierre@mouraf.org> / 2009-09-06T00:48:14Z-0700
- Files:
-
- 1 modified
-
com32/cmenu/libmenu/help.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
com32/cmenu/libmenu/help.h
r610468 r9dbacd3 24 24 #define HELP_LEFT_MARGIN 2 25 25 #define HELP_RIGHT_MARGIN 2 // Assume all lines dont cross this 26 #define HELP_BOTTOM_MARGIN 2// Number of lines not use from bottom of screen26 #define HELP_BOTTOM_MARGIN 1 // Number of lines not use from bottom of screen 27 27 28 28 #define HELPBOX BOX_SINSIN … … 30 30 #define HELPPAGE 2 31 31 32 #define HELP_MORE_ABOVE 24// to print when more is available above33 #define HELP_MORE_BELOW 25// same as above but for below32 #define HELP_MORE_ABOVE '^' // to print when more is available above 33 #define HELP_MORE_BELOW 'v' // same as above but for below 34 34 35 35 // Display one screen of help information
