diff options
Diffstat (limited to 'kernel/console.c')
| -rw-r--r-- | kernel/console.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/console.c b/kernel/console.c index 77b5fc1..42dc5d0 100644 --- a/kernel/console.c +++ b/kernel/console.c @@ -99,6 +99,7 @@ void scr_nextline() void scr_put_char(char ch,char col) { + print_char_col(posx,posy,ch,SCR_WHITE); posx++; if(posx>=SCR_WIDTH)scr_nextline(); |
