Show
Ignore:
Timestamp:
11/01/09 04:13:51 (3 years ago)
Author:
Pierre-Alexandre Meyer <pierre@…>
Children:
78f771c881f9ef27ca4a35b3fc9efc407edba665
Parents:
6f3f6f3294b69fe39c16294ff833ce62d3982bc3
git-committer:
Pierre-Alexandre Meyer <pierre@mouraf.org> / 2009-10-31T21:13:51Z-0700
Message:

hdt: change inactive attributes (MENU)

The default inactive attributes in cmenu make little sense in HDT.
They actually make the menus hard to read.

Instead, use the same attributes as the active entries for the inactive
ones.

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

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • com32/hdt/hdt-menu.c

    r47ac91 r111fe2  
    121121  init_menusystem(version); 
    122122  set_window_size(0, 0, 25, 80); 
     123 
     124  /* Do not use inactive attributes - they make little sense for HDT */ 
     125  set_normal_attr(-1, -1, 0x17, 0x1F); 
    123126 
    124127  /* Register the menusystem handler */