rawtty

run program under raw tty
git clone https://logand.com/git/rawtty.git/
Log | Files | Refs

commit 84578d0dd4f5ce7ca22e817bee9160b1c979d61c
parent 13c2ad6a338310f058e7637050a8fa870a0b6eb1
Author: Tomas Hlavaty <tom@logand.com>
Date:   Sat, 23 Feb 2013 14:59:48 +0100

include signal.h

Diffstat:
Mrawtty.c | 7++++---
1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/rawtty.c b/rawtty.c @@ -26,11 +26,12 @@ */ +#include <errno.h> +#include <fcntl.h> +#include <signal.h> +#include <stdlib.h> #include <termios.h> #include <unistd.h> -#include <stdlib.h> -#include <fcntl.h> -#include <errno.h> //#include <stdio.h> #define BLEN 1024