99 lines
2.6 KiB
HTML
99 lines
2.6 KiB
HTML
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<HTML><HEAD><TITLE>Man page of TERMIO</TITLE>
|
|
</HEAD><BODY>
|
|
<H1>TERMIO</H1>
|
|
Section: Linux Programmer's Manual (7)<BR>Updated: 2017-05-03<BR><A HREF="#index">Index</A>
|
|
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
|
|
|
|
<A NAME="lbAB"> </A>
|
|
<H2>NAME</H2>
|
|
|
|
termio - System V terminal driver interface
|
|
<A NAME="lbAC"> </A>
|
|
<H2>DESCRIPTION</H2>
|
|
|
|
<B>termio</B>
|
|
|
|
is the name of the old System V terminal driver interface.
|
|
This interface defined a
|
|
<I>termio</I>
|
|
|
|
structure used to store terminal settings, and a range of
|
|
<B><A HREF="/cgi-bin/man/man2html?2+ioctl">ioctl</A></B>(2)
|
|
|
|
operations to get and set terminal attributes.
|
|
<P>
|
|
|
|
The
|
|
<B>termio</B>
|
|
|
|
interface is now obsolete: POSIX.1-1990 standardized a modified
|
|
version of this interface, under the name
|
|
<B>termios</B>.
|
|
|
|
The POSIX.1 data structure differs slightly from the
|
|
System V version, and POSIX.1 defined a suite of functions
|
|
to replace the various
|
|
<B><A HREF="/cgi-bin/man/man2html?2+ioctl">ioctl</A></B>(2)
|
|
|
|
operations that existed in System V.
|
|
(This was done because
|
|
<B><A HREF="/cgi-bin/man/man2html?2+ioctl">ioctl</A></B>(2)
|
|
|
|
was unstandardized, and its variadic third argument
|
|
does not allow argument type checking.)
|
|
<P>
|
|
|
|
If you're looking for a page called "termio", then you can probably
|
|
find most of the information that you seek in either
|
|
<B><A HREF="/cgi-bin/man/man2html?3+termios">termios</A></B>(3)
|
|
|
|
or
|
|
<B><A HREF="/cgi-bin/man/man2html?2+ioctl_tty">ioctl_tty</A></B>(2).
|
|
|
|
<A NAME="lbAD"> </A>
|
|
<H2>SEE ALSO</H2>
|
|
|
|
<B><A HREF="/cgi-bin/man/man2html?1+reset">reset</A></B>(1),
|
|
|
|
<B><A HREF="/cgi-bin/man/man2html?1+setterm">setterm</A></B>(1),
|
|
|
|
<B><A HREF="/cgi-bin/man/man2html?1+stty">stty</A></B>(1),
|
|
|
|
<B><A HREF="/cgi-bin/man/man2html?2+ioctl_tty">ioctl_tty</A></B>(2),
|
|
|
|
<B><A HREF="/cgi-bin/man/man2html?3+termios">termios</A></B>(3),
|
|
|
|
<B><A HREF="/cgi-bin/man/man2html?4+tty">tty</A></B>(4)
|
|
|
|
<A NAME="lbAE"> </A>
|
|
<H2>COLOPHON</H2>
|
|
|
|
This page is part of release 5.05 of the Linux
|
|
<I>man-pages</I>
|
|
|
|
project.
|
|
A description of the project,
|
|
information about reporting bugs,
|
|
and the latest version of this page,
|
|
can be found at
|
|
<A HREF="https://www.kernel.org/doc/man-pages/.">https://www.kernel.org/doc/man-pages/.</A>
|
|
<P>
|
|
|
|
<HR>
|
|
<A NAME="index"> </A><H2>Index</H2>
|
|
<DL>
|
|
<DT id="1"><A HREF="#lbAB">NAME</A><DD>
|
|
<DT id="2"><A HREF="#lbAC">DESCRIPTION</A><DD>
|
|
<DT id="3"><A HREF="#lbAD">SEE ALSO</A><DD>
|
|
<DT id="4"><A HREF="#lbAE">COLOPHON</A><DD>
|
|
</DL>
|
|
<HR>
|
|
This document was created by
|
|
<A HREF="/cgi-bin/man/man2html">man2html</A>,
|
|
using the manual pages.<BR>
|
|
Time: 00:06:10 GMT, March 31, 2021
|
|
</BODY>
|
|
</HTML>
|