]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - apps/tida01555.git/blobdiff - ARM_User_Space_App/arm_user_space_app.c
ARM_User_Space_App: resize the terminal to print out all lines
[apps/tida01555.git] / ARM_User_Space_App / arm_user_space_app.c
index b8492c14b3cf0c11d29a5f793affcebd10765ae0..fffe724a3a8d74b47d80bad525a244f249918f9d 100644 (file)
@@ -179,6 +179,9 @@ void *print_func(void *data)
        int i;
        float frequency;
 
+        /* Resize the terminal to display all lines */
+        system("resize -s 30 80");
+
        /* Initialize the screen */
        initscr();
        /* Set the timeout to 250ms for waiting for user input */