diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2018-10-15 13:41:55 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2018-10-15 13:41:55 +0200 |
commit | 96a1ff0b56d91627874ceae08e9f21e337c5c325 (patch) | |
tree | 70766b07eb764ffe1636fff41628fc5ff7ddafc1 /ttytools.h | |
parent | b682cc8ce12204a94891c5efc3265ee3c15ec966 (diff) | |
download | drminfo-96a1ff0b56d91627874ceae08e9f21e337c5c325.tar.gz |
move code to ttytools.c
Diffstat (limited to 'ttytools.h')
-rw-r--r-- | ttytools.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ttytools.h b/ttytools.h new file mode 100644 index 0000000..391fa08 --- /dev/null +++ b/ttytools.h @@ -0,0 +1,3 @@ +void tty_raw(void); +void tty_restore(void); +int kbd_wait(int timeout); |