8. Set automatic refresh

[<<<] [>>>]

autorefresh(1)

Set automatic refresh flag. If it is true, a screen refresh occurs every time a curses function is called that can possibly modify the contents of the screen.

Even if autorefresh is inactive, there are some functions (mainly the keyboard input functinos) that refresh the screen automatically. This is a limitation of the curses library.


[<<<] [>>>]