genode/libports/src/lib/libc_terminal
2014-04-29 15:19:28 +02:00
..
plugin.cc libc_terminal: Use prio to override libc_vfs 2014-04-29 15:19:28 +02:00
README Imported Genode release 11.11 2011-12-22 16:19:25 +01:00

The 'libc_terminal' plugin allows the use of Genode's terminal-session
interface via file operations of the C library. The plugin responds to opening
requests for the file "/dev/terminal". Read and write operations referring to
the resulting file descriptor are redirected to a terminal service as defined
via Genode's service routing policy. The plugin supports 'read', 'write',
'stat', and 'select'.