Restores the physical cursor to its previous location
| Call |
| #include <vv_sys.h> |
| void csr_show() |
| Returns
None |
| Description
csr_show() calls csr_mv() to restore the physical cursor where it was when it was hidden with csr_hide(). |
| Related Functions |
| Cautions
If the cursor has not been hidden using csr_hide(), nothing will happen. |