Changeset 805a149 in mainline for uspace/app/tester/console/console1.c


Ignore:
Timestamp:
2021-10-25T11:18:04Z (2 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8edec53
Parents:
d0fd86a
git-author:
Jiri Svoboda <jiri@…> (2021-10-24 22:15:17)
git-committer:
Jiri Svoboda <jiri@…> (2021-10-25 11:18:04)
Message:

Make terminal colors consistent with EGA

The current color scheme makes bright and non-bright colors appear very
simiar. We keep the color rendering of default style the same just yet.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/tester/console/console1.c

    rd0fd86a r805a149  
    106106                }
    107107                console_flush(console);
    108                 console_set_color(console, COLOR_WHITE, COLOR_BLACK, 0);
     108                console_set_style(console, STYLE_NORMAL);
    109109                putchar('\n');
    110110
     
    115115                }
    116116                console_flush(console);
    117                 console_set_color(console, COLOR_WHITE, COLOR_BLACK, 0);
     117                console_set_style(console, STYLE_NORMAL);
    118118                putchar('\n');
    119119
Note: See TracChangeset for help on using the changeset viewer.