From 3adf7678254af8b8bc475654596105e3af763d68 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Thu, 24 Mar 2016 09:27:36 +0100 Subject: tty is stdin --- vt.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vt.h') diff --git a/vt.h b/vt.h index 931df4d..ae4b8f9 100644 --- a/vt.h +++ b/vt.h @@ -1,8 +1,8 @@ extern int console_visible; -int console_switch_init(int fd, void (*redraw)(void)); +int console_switch_init(void (*redraw)(void)); int check_console_switch(void); void console_set_vt(int vtno); void console_restore_vt(void); -int console_activate_current(int tty); +int console_activate_current(void); -- cgit