I am looking for a way to create a "buffer" which I can directly copy, or blit, onto a WINDOW*
using ncurses. I know there are subwindows, but since the only way to move/ resize them is to create a whole new subwindow, they are not a great fit. I'm looking for something like Microsoft's WriteConsoleOutput.
Would be nice if I could also copy regions, in a reverse-blit fashion (take rect of stdscr
and store a copy in a buffer)