osmanip
osmanip copied to clipboard
Add other cursor methods
Add other cursor methods to the proper header. Example:
printf("\x1b%d", 7); // Save cursor
printf("\x1b%d", 8); // Restore saved cursor
printf("\x1b[6n"); // Print current cursor position