seatd/common
Kenny Levinsen 521d95349f terminal: Fix VT numbering on FreeBSD
FreeBSD adds one to the VT number returned by the GET_ACTIVE ioctl, so
to match things up, the wrapper here subtracted by one. This lead to
ttyv0 being named VT 0. This had the side-effect of VT numbering not
matching expectations, and switching not behaving as intended.

Align numbers with expectations, and move the required subtraction to
terminal_open, so that VT 1 matches ttyv0.
2020-09-22 01:14:24 +02:00
..
connection.c libseat: Improve logging with seatd conn helpers 2020-08-29 20:56:42 +02:00
drm.c drm: Relax drm file detection, support FreeBSD 2020-09-22 01:01:46 +02:00
evdev.c Remove pointless compiler.h 2020-08-05 23:20:50 +02:00
linked_list.c linked_list: linked_list_take should concat lists 2020-08-31 14:09:59 +02:00
log.c Introduce libseat_set_log_level 2020-08-28 01:21:57 +02:00
terminal.c terminal: Fix VT numbering on FreeBSD 2020-09-22 01:14:24 +02:00