screen_leave_window_group()

Updated: April 19, 2023

Cause a window to leave a window group

Synopsis:

#include <screen/screen.h>
int screen_leave_window_group(screen_window_t win)

Arguments:

win
The handle for the window that is to leave the group.

Library:

libscreen

Description:

Function Type: Delayed Execution

This function removes a window from a window group.

Returns:

0 if successful, or -1 if an error occurred (errno is set; refer to errno.h for more details).