Programming Guide |
Refreshes the data displayed on the screen
void sm_rescreen(void);
sm_rescreen
repaints the entire display from Panther's internal screen and attribute buffers. This function erases anything written to the screen by means other than Panther library functions. This function is normally bound to the REFR key and executes automatically within sm_getkey.You might need to call this function explicitly under the following conditions:
- Screen I/O occurs with the flag
sm_do_not_display
turned on.
- Escape from an Panther application to another program through sm_leave.