Usermode/login - Made the login process re-enable the cursor
authorJohn Hodge <[email protected]>
Mon, 21 Nov 2011 01:34:52 +0000 (09:34 +0800)
committerJohn Hodge <[email protected]>
Mon, 21 Nov 2011 01:34:52 +0000 (09:34 +0800)
Usermode/Applications/login_src/main.c

index 8774298..5ece357 100644 (file)
@@ -17,7 +17,8 @@ int main(int argc, char *argv[])
         int    pid, uid = 0;
         int    status = 0;
        tUserInfo       *uinfo;
-       
+
+       printf("\x1B[?25h");    // Re-enable the cursor 
        printf("\x1B[2J");      // Clear Screen
 
        for(;;)

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