From 620c38f6f45a8708d9dd82f638beb06789b6c7d1 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Thu, 31 Jan 2019 10:49:31 +0100 Subject: drop -vt option --- vt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vt.h') diff --git a/vt.h b/vt.h index f9beec7..637b60d 100644 --- a/vt.h +++ b/vt.h @@ -4,6 +4,6 @@ int console_switch_init(void (*redraw)(void)); void console_switch_cleanup(void); int check_console_switch(void); -void console_set_vt(int vtno); +int console_aquire_vt(void); void console_restore_vt(void); int console_activate_current(void); -- cgit