Changeset a4dfd18e7d3cfc907053d10b57ba206b62a5e830
- Timestamp:
- 11/01/09 10:44:38 (2 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:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r47ac91
|
ra4dfd1
|
|
| 121 | 121 | init_menusystem(version); |
| 122 | 122 | 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); |
| 123 | 126 | |
| 124 | 127 | /* Register the menusystem handler */ |