Functions that deal with opening, closing, and otherwise using a tty.
More...
Functions that deal with opening, closing, and otherwise using a tty.
◆ ecore_drm_tty_open()
Opens a tty for use.
- Parameters
-
dev | The Ecore_Drm_Device that this tty will belong to. |
name | The name of the tty to try and open. If NULL, /dev/tty0 will be used. |
- Returns
EINA_TRUE
on success, EINA_FALSE
on failure
◆ ecore_drm_tty_close()
Closes an already opened tty.
- Parameters
-
dev | The Ecore_Drm_Device which owns this tty. |
- Returns
EINA_TRUE
on success, EINA_FALSE
on failure
◆ ecore_drm_tty_release()
Releases a virtual terminal.
- Parameters
-
dev | The Ecore_Drm_Device which owns this tty. |
- Returns
EINA_TRUE
on success, EINA_FALSE
on failure
◆ ecore_drm_tty_acquire()
Acquires a virtual terminal.
- Parameters
-
dev | The Ecore_Drm_Device which owns this tty. |
- Returns
EINA_TRUE
on success, EINA_FALSE
on failure
◆ ecore_drm_tty_get()
Gets the opened virtual terminal file descriptor.
- Parameters
-
dev | The Ecore_Drm_Device which owns this tty. |
- Returns
- The tty fd opened from previous call to ecore_drm_tty_open
- Since
- 1.10