Subversion Repositories HelenOS-historic

Rev

Rev 1610 | Rev 1653 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1610 Rev 1631
Line 83... Line 83...
83
    async_msg_2(con_phone, CONSOLE_SET_STYLE, fgcolor, bgcolor);
83
    async_msg_2(con_phone, CONSOLE_SET_STYLE, fgcolor, bgcolor);
84
}
84
}
85
 
85
 
86
static void start_standout(void)
86
static void start_standout(void)
87
{
87
{
88
    set_style(0, 0xe0e0e0);
88
    set_style(0xf0f0f0, 0);
89
}
89
}
90
 
90
 
91
static void resume_normal(void)
91
static void resume_normal(void)
92
{
92
{
93
    set_style(0xe0e0e0, 0);
93
    set_style(0, 0xf0f0f0);
94
}
94
}
95
 
95
 
96
 
96
 
97
void clear_screen(void)
97
void clear_screen(void)
98
{
98
{