Usermode/GUI - Hack in attribute reset
authorJohn Hodge <[email protected]>
Tue, 21 Jan 2014 09:53:03 +0000 (17:53 +0800)
committerJohn Hodge <[email protected]>
Tue, 21 Jan 2014 09:53:03 +0000 (17:53 +0800)
Usermode/Applications/gui_terminal_src/display.c

index 1b026d5..5e3410b 100644 (file)
@@ -469,7 +469,8 @@ void Display_ClearLines(tTerminal *Term, int Dir)   // 0: All, 1: Forward, -1: Rev
 
 void Display_ResetAttributes(tTerminal *Term)
 {
-       UNIMPLIMENTED();
+       Display_SetForeground(Term, 0xFFFFFF);
+       Display_SetBackground(Term, 0x000000);
 }
 void Display_SetForeground(tTerminal *Term, uint32_t RGB)
 {

UCC git Repository :: git.ucc.asn.au