diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2016-03-24 09:27:36 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2016-03-24 09:27:36 +0100 |
commit | 3adf7678254af8b8bc475654596105e3af763d68 (patch) | |
tree | 601b08aab9a003a3fc825d8d4a4cabcd64d0fef1 /vt.h | |
parent | 3655da117134ca0cce8dc58bc08ec23c5ebb4ec7 (diff) | |
download | fbida-3adf7678254af8b8bc475654596105e3af763d68.tar.gz |
tty is stdin
Diffstat (limited to 'vt.h')
-rw-r--r-- | vt.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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); |