• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

MakefileH A D03-May-2022634 3220

READMEH A D11-Jun-2006429 2814

io.cH A D11-Jun-20064.1 KiB162107

io.hH A D11-Jun-2006371 1410

ttyplay.1H A D11-Jun-20061.1 KiB6357

ttyplay.cH A D11-Jun-20067.5 KiB313223

ttyrec.1H A D11-Jun-20061.4 KiB7770

ttyrec.cH A D03-May-20229.4 KiB480380

ttyrec.hH A D11-Jun-2006145 138

ttytime.1H A D11-Jun-2006432 2823

ttytime.cH A D11-Jun-20062.4 KiB7133

README

1ttyrec is a tty recorder. ttyplay is a tty player.
2
3Installation:
4
5  % make
6
7or if your system is SVR4 system (Solaris etc.),
8
9  % make CFLAGS=-DSVR4
10
11or if your system supports getpt(3),
12
13  % make CFLAGS=-DHAVE_getpt
14
15HAVE_getpt is required if your linux system uses devfs.
16
17
18Usage:
19
20  % ttyrec
21  (In the excuted shell, do whatever you want and exit)
22
23  % ttyplay ttyrecord
24
25Have fun!
26
27-- Satoru Takabayashi <satoru@namazu.org>
28