screen_session_t

A handle to a Screen session

Synopsis:

#include <screen/screen.h>
typedef struct _screen_session* screen_session_t;

Library:

libscreen

Description:

An input session (session) receives one specific type of input events. Unlike windows, sessions don't produce any graphical content and can't be placed into groups. The only grouping that could be considered for a session is the one that's been established for the window that the session is associated with.

Sessions allow applications to control who gets what types of input events and how these input events are delivered. For each type of input event, there is a corresponding session type.

For more information, see the Sessions chapter of the Screen Developer's Guide or the Sessions section of the library reference.