diff --git a/fbdoom/i_input_tty.c b/fbdoom/i_input_tty.c index 7e09b4a..95e1b60 100644 --- a/fbdoom/i_input_tty.c +++ b/fbdoom/i_input_tty.c @@ -277,7 +277,7 @@ void kbd_shutdown(void) static int kbd_init(void) { struct termios new_term; - char *files_to_try[] = {"/dev/tty", "/dev/console", NULL}; + char *files_to_try[] = {"/dev/tty", "/dev/tty0", "/dev/console", NULL}; int i; int flags; int found = 0;