Description |
 |
The mvcur() routine is a low-level routine used only outside of CURSES when the program has to deal directly with the database to handle certain terminal capabilities. The use of appropriate CURSES routines is recommended in all other situations.
The mvcur() routine moves the cursor from the location specified by oldrow and oldcol to the location specified by newrow and newcol. The program must keep track of the current cursor position. All output will be sent to stdout through _putchar()