aboutsummaryrefslogtreecommitdiff
path: root/lib/ttyset.h
diff options
context:
space:
mode:
authorJoe Hunkeler <jhunkeler@gmail.com>2015-08-11 16:51:37 -0400
committerJoe Hunkeler <jhunkeler@gmail.com>2015-08-11 16:51:37 -0400
commit40e5a5811c6ffce9b0974e93cdd927cbcf60c157 (patch)
tree4464880c571602d54f6ae114729bf62a89518057 /lib/ttyset.h
downloadiraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'lib/ttyset.h')
-rw-r--r--lib/ttyset.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/ttyset.h b/lib/ttyset.h
new file mode 100644
index 00000000..b26394d9
--- /dev/null
+++ b/lib/ttyset.h
@@ -0,0 +1,10 @@
+# TTYSET.H -- TTY parameters that can be set with TTYSETI or read with TTYSTATI.
+# The values are set from the termcap entry and from the environment at
+# TTYODES time.
+
+define TTY_PADCHAR 1
+define TTY_TABS 2
+define TTY_SOTYPE 3
+define TTY_BAUD 4
+define TTY_NLINES 5
+define TTY_NCOLS 6