Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/output/proto/vt100.c

    read72f2 r28a5ebd  
    11/*
    2  * Copyright (c) 2021 Jiri Svoboda
    32 * Copyright (c) 2011 Martin Decky
    43 * All rights reserved.
     
    6665static sgr_color_index_t color_map[] = {
    6766        [COLOR_BLACK]   = CI_BLACK,
    68         [COLOR_BLUE]    = CI_BLUE,
     67        [COLOR_BLUE]    = CI_RED,
    6968        [COLOR_GREEN]   = CI_GREEN,
    7069        [COLOR_CYAN]    = CI_CYAN,
Note: See TracChangeset for help on using the changeset viewer.