Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > e3918135d52936bad0ecc8654eedea12 > files > 22

Falcon-doc-0.9.6.8-1.fc15.noarch.rpm

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html
     PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" >
<head><meta content="text/html;charset=&amp;quot;utf-8&amp;quot;" http-equiv="Content-type"/><link href="faldoc.css" rel="stylesheet" type="text/css"/><title> - Functions</title></head><body class="faldoc"><ul class="navi_top"><li class="top"><a href="index.html">Top: Table of contents</a></li>
         <li class="up"><a href="conio.html">Up: conbox</a></li>
         <li class="prev"><a href="conio_ConioError.html">Previous: Class ConioError</a></li>
         <li class="next"><a href="curl.html">cURL Http/Ftp library binding.</a></li>
         <li class="clear"></li>
         </ul><div id="page_body"><h1><span class="toc_number">6.2</span>Functions</h1><h3><a name="closescr">closescr</a></h3><p class="brief">Deinitializes the screen. </p>
         <pre class="prototype">closescr()</pre>
         <table class="prototype">
         <tbody><tr class="raise"><td class="name">Raise</td><td class="content"><table>
                     <tbody><tr><td class="name"><a href="conio_ConioError.html">ConioError</a></td><td class="content"> on deinitialization failed. </td></tr>
                           </tbody>
                        </table>
                     </td></tr>
               </tbody>
            </table>
         <p>Closes the screen. </p>
<h3><a name="initscr">initscr</a></h3><p class="brief">Initializes the screen. </p>
         <pre class="prototype">initscr( [flags] )</pre>
         <table class="prototype">
         <tbody><tr class="optparam"><td class="name">flags</td><td class="content"> Initialization params. </td></tr>
               <tr class="raise"><td class="name">Raise</td><td class="content"><table>
                     <tbody><tr><td class="name"><a href="conio_ConioError.html">ConioError</a></td><td class="content"> on initialization failed. </td></tr>
                           </tbody>
                        </table>
                     </td></tr>
               </tbody>
            </table>
         <p>Initializes the screen. </p>
<h3><a name="ttString">ttString</a></h3><p class="brief">Write teletype a given string. </p>
         <pre class="prototype">ttString( str )</pre>
         <table class="prototype">
         <tbody><tr class="param"><td class="name">str</td><td class="content"> The string to be written. </td></tr>
               </tbody>
            </table>
         <p>Writes a string on the screen and advaces the position of the logical cursor. </p>
</div><ul class="navi_bottom"><li class="top"><a href="index.html">Top: Table of contents</a></li>
         <li class="up"><a href="conio.html">Up: conbox</a></li>
         <li class="prev"><a href="conio_ConioError.html">Previous: Class ConioError</a></li>
         <li class="next"><a href="curl.html">cURL Http/Ftp library binding.</a></li>
         <li class="clear"></li>
         </ul><div class="signature">Made with <a href="faldoc 3.0">http://www.falconpl.org</a></div></body></html>