|
|
1.1 root 1: #! /bin/sh -
2: #
3: # Look for default (and termcap-only?) capabilities.
4: # Defaults should be removed to save space.
5: #
6: # @(#)tck 5.1 (Berkeley) 10/17/87
7:
8: showtc $* | \
9: sed -n \
10: -e 's/ bc=^H$/DEFAULT &/p' \
11: -e 's/ bc=\\h$/DEFAULT &/p' \
12: -e 's/ bc=\\10$/DEFAULT &/p' \
13: -e 's/ bc=\\010$/DEFAULT &/p' \
14: -e 's/ bl=^G$/DEFAULT &/p' \
15: -e 's/ bl=\\7$/DEFAULT &/p' \
16: -e 's/ bl=\\07$/DEFAULT &/p' \
17: -e 's/ bl=\\007$/DEFAULT &/p' \
18: -e 's/ cr=^M$/DEFAULT &/p' \
19: -e 's/ cr=\\r$/DEFAULT &/p' \
20: -e 's/ cr=\\15$/DEFAULT &/p' \
21: -e 's/ cr=\\015$/DEFAULT &/p' \
22: -e 's/ ff=^L$/DEFAULT &/p' \
23: -e 's/ ff=^L$/DEFAULT &/p' \
24: -e 's/ ff=\\14$/DEFAULT &/p' \
25: -e 's/ ff=\\014$/DEFAULT &/p' \
26: -e 's/ nl=^J$/DEFAULT &/p' \
27: -e 's/ nl=\\n$/DEFAULT &/p' \
28: -e 's/ nl=\\12$/DEFAULT &/p' \
29: -e 's/ nl=\\012$/DEFAULT &/p' \
30: -e 's/ ta=^I$/DEFAULT &/p' \
31: -e 's/ ta=\\t$/DEFAULT &/p' \
32: -e 's/ ta=\\11$/DEFAULT &/p' \
33: -e 's/ ta=\\011$/DEFAULT &/p' \
34: \
35: -e 's/ bc$/TERMCAP ONLY &/p' \
36: -e 's/ bs$/TERMCAP ONLY &/p' \
37: -e 's/ dB$/TERMCAP ONLY &/p' \
38: -e 's/ dC$/TERMCAP ONLY &/p' \
39: -e 's/ dF$/TERMCAP ONLY &/p' \
40: -e 's/ dN$/TERMCAP ONLY &/p' \
41: -e 's/ dT$/TERMCAP ONLY &/p' \
42: -e 's/ dV$/TERMCAP ONLY &/p' \
43: -e 's/ EP$/TERMCAP ONLY &/p' \
44: -e 's/ HD$/TERMCAP ONLY &/p' \
45: -e 's/ kn$/TERMCAP ONLY &/p' \
46: -e 's/ ko$/TERMCAP ONLY &/p' \
47: -e 's/ LC$/TERMCAP ONLY &/p' \
48: -e 's/ ma$/TERMCAP ONLY &/p' \
49: -e 's/ ml$/TERMCAP ONLY &/p' \
50: -e 's/ mu$/TERMCAP ONLY &/p' \
51: -e 's/ nc$/TERMCAP ONLY &/p' \
52: -e 's/ NL$/TERMCAP ONLY &/p' \
53: -e 's/ nl$/TERMCAP ONLY &/p' \
54: -e 's/ ns$/TERMCAP ONLY &/p' \
55: -e 's/ OP$/TERMCAP ONLY &/p' \
56: -e 's/ pt$/TERMCAP ONLY &/p' \
57: -e 's/ UC$/TERMCAP ONLY &/p' \
58: -e 's/ xr$/TERMCAP ONLY &/p' \
59: -e 's/ xx$/TERMCAP ONLY &/p' \
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.