sortix--sortix/dispd/client
Jonas 'Sortie' Termansen 6ef5a5cee3 Detect whether the terminal has a display and a keyboard layout.
A new ioctl TIOCGDISPLAYS allow detecting which displays the terminal
has associated. The ability to set a keyboard layout can be detected
with tcgetblob kblayout.

Improve the user-space multi-monitor support while here.

The kernel now sets TERM rather than init(8).

This is a compatible ABI change riding on the previous commit's bump.
2016-11-23 22:31:04 +01:00
..
framebuffer.h Detect whether the terminal has a display and a keyboard layout. 2016-11-23 22:31:04 +01:00
library.c
session.c Detect whether the terminal has a display and a keyboard layout. 2016-11-23 22:31:04 +01:00
session.h
window.c Detect whether the terminal has a display and a keyboard layout. 2016-11-23 22:31:04 +01:00
window.h