Changeset bdf06ad in mainline for uspace/srv/hid/output/port/ega.c
- Timestamp:
- 2024-03-28T11:13:01Z (11 months ago)
- Branches:
- master
- Children:
- b3af081
- Parents:
- fd398b2c
- git-author:
- Jiri Svoboda <jiri@…> (2024-03-27 20:10:39)
- git-committer:
- Jiri Svoboda <jiri@…> (2024-03-28 11:13:01)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/output/port/ega.c
rfd398b2c rbdf06ad 90 90 break; 91 91 case CHAR_ATTR_RGB: 92 attr = 92 attr = 93 93 ((RED(attrs.val.rgb.fgcolor) >= 0x80) ? 0x40 : 0) | 94 94 ((GREEN(attrs.val.rgb.fgcolor) >= 0x80) ? 0x20 : 0) |
Note:
See TracChangeset
for help on using the changeset viewer.