As I read the docs, if I use ripoffline() before I use initscr(), the
size of stdscr will be reduced by the number of times ripoffline() is
invoked (up to 5). This, indeed, does happen. BUT initscr() still
clears the entire screen, including the lines that have been ripped
off.\
Is there anyway to start ncurses and have it not affect (in my specific
case) the bottom four lines on the screen? These lines are used by a
background task that monitors in-coming serial data from radio signals.
The remaining lines (the ones I want to use with ncurses) are for
foreground user applications.