Associate buffers with a window
#include <screen/screen.h>
int screen_attach_window_buffers(screen_window_t win, int count, screen_buffer_t *buf)
Function Type: Flushing Execution
This function allows a window to use a buffer that was allocated by the application or Screen. Note that windows can have multiple buffers. For more information, see the "Buffers" chapter of the Screen Developer's Guide.
0 if successful, or -1 if an error occurred (errno is set; refer to errno.h for more details).