Changeset ead72f2 in mainline
- Timestamp:
- 2021-07-19T18:14:09Z (3 years ago)
- Branches:
- master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9eb8d12
- Parents:
- e116461
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/output/proto/vt100.c
re116461 read72f2 1 1 /* 2 * Copyright (c) 2021 Jiri Svoboda 2 3 * Copyright (c) 2011 Martin Decky 3 4 * All rights reserved. … … 65 66 static sgr_color_index_t color_map[] = { 66 67 [COLOR_BLACK] = CI_BLACK, 67 [COLOR_BLUE] = CI_ RED,68 [COLOR_BLUE] = CI_BLUE, 68 69 [COLOR_GREEN] = CI_GREEN, 69 70 [COLOR_CYAN] = CI_CYAN,
Note:
See TracChangeset
for help on using the changeset viewer.