screen_leave_window_group()
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:
libscreenDescription:
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).
Page updated: