Ignore:
File:
1 edited

Legend:

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

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