a474a84f64
ttyrec is a tty recorder. Recorded data can be played back with the included ttyplay command. ttyrec is just a derivative of script command for recording timing information with microsecond accuracy as well. It can record emacs -nw, vi, lynx, or any programs running on tty. Package provided by Masao Uebayashi <uebayasi@soum.co.jp> in private email as a followup to PR pkg/12978.
10 lines
199 B
Text
10 lines
199 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2001/05/19 18:08:43 jtb Exp $
|
|
|
|
--- Makefile.orig Sat May 19 18:01:13 2001
|
|
+++ Makefile
|
|
@@ -1,5 +1,3 @@
|
|
-CC = gcc
|
|
-CFLAGS = -O2
|
|
VERSION = 1.0.4
|
|
|
|
TARGET = ttyrec ttyplay
|