Usermode/login - Made the login process re-enable the cursor
[tpg/acess2.git] / 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