Functions in screen.h
Functions that are available for sessions.
screen_create_session_type()
Create a session of specified type to be associated with a context.
screen_destroy_session()
Destroy a session.
screen_get_session_property_cv()
Retrieve the current value of the specified session property of type char.
screen_get_session_property_iv()
Retrieve the current value of the specified session property of type integer.
screen_get_session_property_llv()
Retrieve the current value of the specified session property of type long long integer.
screen_get_session_property_pv()
Retrieve the current value of the specified session property of type void*.
screen_set_session_property_cv()
Set the value of the specified session property of type char.
screen_set_session_property_iv()
Set the value of the specified session property of type integer.
screen_set_session_property_llv()
Set the value of the specified session property of type long long integer.
screen_set_session_property_pv()
Set the value of the specified session property of type void*.
Parent topic:
Sessions (screen.h)