| #include <vv_key.h> | |
| int | kv_dn (KEYCTRLPTR kcp, EVENTPTR eventp)
Moves the cursor down one row |
| int | kv_end (KEYCTRLPTR kcp, EVENTPTR eventp)
Moves the cursor to the end of the row, window, or text |
| int | kv_home (KEYCTRLPTR kcp, EVENTPTR eventp)
Moves the cursor to the beginning of the row, window, or text |
| int | kv_lft (KEYCTRLPTR kcp, EVENTPTR eventp)
Moves the cursor one column to the left |
| int | kv_pgdn (KEYCTRLPTR kcp, EVENTPTR eventp)
Moves the cursor one page down |
| int | kv_pglft (KEYCTRLPTR kcp, EVENTPTR eventp)
Moves the cursor left one page |
| int | kv_pgrt (KEYCTRLPTR kcp, EVENTPTR eventp)
Moves the cursor right one page |
| int | kv_pgup (KEYCTRLPTR kcp, EVENTPTR eventp)
Moves the cursor one page up |
| int | kv_rt (KEYCTRLPTR kcp, EVENTPTR eventp)
Moves the cursor one column to the right |
| int | kv_up (KEYCTRLPTR kcp, EVENTPTR eventp)
Moves the cursor up one row |