1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>ttyio.h Source File</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.3-rc2 -->
<center>
<a class="qindex" href="index.html">Main Page</a> <a class="qindex" href="annotated.html">Data Structures</a> <a class="qindex" href="files.html">File List</a> <a class="qindex" href="functions.html">Data Fields</a> <a class="qindex" href="globals.html">Globals</a> <a class="qindex" href="pages.html">Related Pages</a> </center>
<hr><h1>ttyio.h</h1><a href="ttyio_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre>00001 <span class="comment">/* This software is subject to the terms of the Common Public License</span>
00002 <span class="comment"> You must accept the terms of this license to use this software.</span>
00003 <span class="comment"></span>
00004 <span class="comment"> Copyright (C) 2002, International Business Machines Corporation</span>
00005 <span class="comment"> and others. All Rights Reserved.</span>
00006 <span class="comment"></span>
00007 <span class="comment"> Further information about Common Public License Version 0.5 is obtained</span>
00008 <span class="comment"> from url http://oss.software.ibm.com/developer/opensource/license-cpl.html</span>
00009 <span class="comment">*/</span>
00015 <span class="preprocessor">#ifndef __TTY__</span>
00016 <span class="preprocessor"></span><span class="preprocessor">#define __TTY__</span>
00017 <span class="preprocessor"></span><span class="preprocessor">#include <termios.h></span>
00018 <span class="preprocessor">#include <sys/types.h></span>
00019 <span class="preprocessor">#include "<a class="code" href="io_8h.html">iterm/io.h</a>"</span>
00020
00030 TerminalIO* <a class="code" href="ttyio_8h.html#a0">TtyTerminalIO_new</a>(<span class="keywordtype">int</span> width,<span class="keywordtype">int</span> height,
00031 <span class="keywordtype">char</span> *program_name, <span class="keywordtype">char</span> *argv[]);
00032
00037 <span class="keywordtype">void</span> <a class="code" href="ttyio_8h.html#a1">TtyTerminalIO_destroy</a>(TerminalIO *tio);
00038
00044 <span class="keywordtype">int</span> <a class="code" href="ttyio_8h.html#a2">TtyTerminalIO_get_associated_fd</a>(TerminalIO *tio);
00045 <span class="preprocessor">#endif</span>
</pre></div><hr><address style="align: right;"><small>Generated on Sun Dec 29 16:55:32 2002 by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0
width=110 height=53></a>1.3-rc2 </small></address>
</body>
</html>
|