ttyrex

ttyrec with more options
git clone https://a3nm.net/git/ttyrex/
Log | Files | Refs | README

commit 9bb535f4cdcb4b7815eec3e72e56d94fd3eaf9f3
parent 851ea67da115a4d8b30eeebf59b8a4247854f418
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Wed,  3 Oct 2012 01:00:44 +0200

-debug

Diffstat:
ttyrec.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/ttyrec.c b/ttyrec.c @@ -153,7 +153,6 @@ main(argc, argv) break; case 'l': limit = atoi(optarg); - printf("limit %d\n", limit); break; case 'f': force = 1;