seatd/common
Kenny Levinsen 8e0b58f90d terminal: Set K_RAW and term raw mode on FreeBSD
Taken from X11, weston and consolekit2 ports for FreeBSD.

Setting just K_CODE as done before makes input seemingly have no ill
effects, but it is still buffered and possibly send to the terminal
after application exit if stdin is never drained. Setting raw mode
appears to be needed to solve that issue.

A K_OFF-like VT keyboard setting like Linux has would seem more
appropriate, but that is not currently available to us on FreeBSD.
2020-08-28 02:54:14 +02:00
..
connection.c Remove ALWAYS_INLINE 2020-08-01 23:13:54 +02:00
drm.c Remove pointless compiler.h 2020-08-05 23:20:50 +02:00
evdev.c Remove pointless compiler.h 2020-08-05 23:20:50 +02:00
linked_list.c linked_list: Assert initialized list in linked_list_empty 2020-08-04 14:25:07 +02:00
list.c list: Make list_concat argument const 2020-08-03 00:56:27 +02:00
log.c Introduce libseat_set_log_level 2020-08-28 01:21:57 +02:00
terminal.c terminal: Set K_RAW and term raw mode on FreeBSD 2020-08-28 02:54:14 +02:00