You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (W!=w||H<h) exit(printf("\033[0;31m\nPlease don't resize the screen, it will break the program\033[0m\n")); // make sure the screen is not resized besides getting higher
97
-
elseprintf("\033[0;4H%s", &f[0][4]); // print the screen
97
+
elseprintf("\033[0;4H%s", f+4); // print the screen
0 commit comments