Show
Ignore:
Timestamp:
11/01/09 10:44:38 (3 years ago)
Author:
Erwan Velu <erwan.velu@…>
Children:
01d211fe77cfdbf38084966f63559fda81f743d3
Parents:
512de9792b2fd4a9af1033ea6ef6c8033e4dfb9f
git-author:
Pierre-Alexandre Meyer <pierre@mouraf.org> / 2009-10-31T21:13:51Z-0700
git-committer:
Erwan Velu <erwan.velu@free.fr> / 2009-11-01T11:44:38Z+0100
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 ra4dfd1  
    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 */