kc3-lang/SDL/src/core/openbsd

Branch :


Log

Author Commit Date CI Message
d90bd261 2022-02-16 13:26:10 wscons: Make USB keyboard input layout independent
120c76c8 2022-01-03 09:40:00 Updated copyright for 2022
d31251b0 2021-11-21 22:30:48 use SDL's functions version inplace of libc version
bf97c5a2 2021-09-08 14:47:40 Make sure SDL file descriptors don't leak into child processes
dbbc725f 2021-05-19 14:25:48 Remove WSCONS mouse scaling
2aa14b38 2021-05-19 14:24:58 Add missing key to WSCONS-to-SDL conversion table
c265e73f 2021-01-17 10:05:11 Fixed bug 5473 - Add WSCONS support for NetBSD wahil1976 This patch adds WSCONS support for NetBSD.
82aafa9a 2021-01-14 14:32:11 Fixed bug 5461 - Add rewritten WSCONS driver for OpenBSD wahil1976 This patch adds a written-from-scratch WSCONS driver for OpenBSD. It does not have hardcoded keymaps, and it features mouse support when wsmux is available. For this to work, it needs access to the /dev/wskbd* devices which are not available to non-root users by default. Access to those can be granted by changing /etc/fbtab to give the logging user the ownership of those devices.