| Updated: October 28, 2024 | 
Set the value of the specified buffer property of type char
#include <screen/screen.h>
int screen_set_buffer_property_cv(screen_buffer_t buf,
                                  int pname,
                                  int len,
                                  const char *param)
Function Type: Immediate Execution
This function sets the value of a buffer property from a user-provided buffer.
Currently there are no buffer properties that can be set using this function.
0 if successful, or -1 if an error occurred (errno is set; refer to errno.h for more details).