diff options
Diffstat (limited to 'sys/gty/README')
-rw-r--r-- | sys/gty/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/gty/README b/sys/gty/README new file mode 100644 index 00000000..6687b5ce --- /dev/null +++ b/sys/gty/README @@ -0,0 +1,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) |