blob: 6687b5cec5ddd51f39314d58e8b7c944f1410174 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
# GTY -- This directory contains the generalized termcap style database
# reader. Adapted from iraf$sys/tty/.
gty = gtyopen (termcap_file, device, ufields)
gtyclose (gty)
cp = gtycaps (gty)
pval = gtyget[bir] (gty, cap)
nchars = gtygets (gty, cap, outstr, maxch)
|