Changeset 111fe227a44f170e91f2d6f57dd6ce285b67a56a
- Timestamp:
- 11/01/09 04:13:51 (2 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:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r47ac91
|
r111fe2
|
|
| 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 */ |