Show
Ignore:
Timestamp:
09/06/09 07:48:14 (3 years ago)
Author:
Pierre-Alexandre Meyer <pierre@…>
Children:
9df3425eb092a1263985d6b5c145c88e41be930c
Parents:
39d77623ff752ca394a8fa2ebc0219f41060a488
git-committer:
Pierre-Alexandre Meyer <pierre@mouraf.org> / 2009-09-06T00:48:14Z-0700
Message:

cmenu: make the help menu actually work

With the recent changes in cmenu, the help feature was completely broken.
Fix it.

Signed-off-by: Pierre-Alexandre Meyer <pierre@…>

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • com32/cmenu/libmenu/help.h

    r610468 r9dbacd3  
    2424#define HELP_LEFT_MARGIN 2 
    2525#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 screen 
     26#define HELP_BOTTOM_MARGIN 1    // Number of lines not use from bottom of screen 
    2727 
    2828#define HELPBOX BOX_SINSIN 
     
    3030#define HELPPAGE 2 
    3131 
    32 #define HELP_MORE_ABOVE 24      // to print when more is available above 
    33 #define HELP_MORE_BELOW 25      // same as above but for below 
     32#define HELP_MORE_ABOVE '^'     // to print when more is available above 
     33#define HELP_MORE_BELOW 'v'     // same as above but for below 
    3434 
    3535// Display one screen of help information