diff options
Diffstat (limited to 'console-client/pc-kbd.c')
-rw-r--r-- | console-client/pc-kbd.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/console-client/pc-kbd.c b/console-client/pc-kbd.c index 9e03cff8..a637205f 100644 --- a/console-client/pc-kbd.c +++ b/console-client/pc-kbd.c @@ -785,6 +785,8 @@ read_keycode (void) static void * input_loop (void *unused) { + pthread_setname_np (pthread_self (), "kbd_input"); + #ifdef XKB_SUPPORT /* XXX: until conversion from scancode to keycode is properly implemented XKB won't work on anything but scancode set 1. |