Description |
 |
If bf is TRUE, leaveok() leaves the cursor in a position that CURSES finds convenient at the time that the window is refreshed. Normally, when a window is refreshed, leaveok() is disabled and the cursor is mapped from the logical window to the same location in the physical window.
Enabling leavok() is useful when the cursor is not used or is not important in the application. Reducing cursor movements simplifies program interaction.
Once leaveok() is set to TRUE, it remains enabled until another call sets it to FALSE or until the program terminates.