osmanip icon indicating copy to clipboard operation
osmanip copied to clipboard

Add other cursor methods

Open JustWhit3 opened this issue 1 year ago • 0 comments

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

JustWhit3 avatar Oct 30 '23 09:10 JustWhit3