From 54d36998da2e98039b960a3a9e6fb82e09717991 Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Mon, 17 Nov 2014 14:56:01 +0100 Subject: trying to reactivate multitasking. --- video/console.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'video') diff --git a/video/console.c b/video/console.c index 856c313..e23a2c8 100644 --- a/video/console.c +++ b/video/console.c @@ -108,8 +108,11 @@ void scr_put_char(char ch,char col) { if(ch=='\n')scr_nextline(); - else if(posx=SCR_WIDTH)scr_nextline(); -- cgit v1.2.3