Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 70ec89744a04da80369b4702b2c37256 > files > 1846

ghc-doc-6.10.4-1mdv2010.0.i586.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--Rendered using the Haskell Html Library v0.2-->
<HTML
><HEAD
><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8"
><TITLE
>System.Posix.Terminal</TITLE
><LINK HREF="haddock.css" REL="stylesheet" TYPE="text/css"
><SCRIPT SRC="haddock-util.js" TYPE="text/javascript"
></SCRIPT
></HEAD
><BODY
><DIV CLASS="outer"
><DIV CLASS="mini-topbar"
>System.Posix.Terminal</DIV
><DIV CLASS="mini-synopsis"
><H1
>Terminal support
</H1
> <H2
>Terminal attributes
</H2
> <DIV CLASS="decl"
><SPAN CLASS="keyword"
>data</SPAN
>&nbsp;<A HREF="System-Posix-Terminal.html#t%3ATerminalAttributes" TARGET="main"
>TerminalAttributes</A
> </DIV
> <DIV CLASS="decl"
><A HREF="System-Posix-Terminal.html#v%3AgetTerminalAttributes" TARGET="main"
>getTerminalAttributes</A
></DIV
> <DIV CLASS="decl"
><SPAN CLASS="keyword"
>data</SPAN
>&nbsp;<A HREF="System-Posix-Terminal.html#t%3ATerminalState" TARGET="main"
>TerminalState</A
> </DIV
> <DIV CLASS="decl"
><A HREF="System-Posix-Terminal.html#v%3AsetTerminalAttributes" TARGET="main"
>setTerminalAttributes</A
></DIV
> <DIV CLASS="decl"
><SPAN CLASS="keyword"
>data</SPAN
>&nbsp;<A HREF="System-Posix-Terminal.html#t%3ATerminalMode" TARGET="main"
>TerminalMode</A
> </DIV
> <DIV CLASS="decl"
><A HREF="System-Posix-Terminal.html#v%3AwithoutMode" TARGET="main"
>withoutMode</A
></DIV
> <DIV CLASS="decl"
><A HREF="System-Posix-Terminal.html#v%3AwithMode" TARGET="main"
>withMode</A
></DIV
> <DIV CLASS="decl"
><A HREF="System-Posix-Terminal.html#v%3AterminalMode" TARGET="main"
>terminalMode</A
></DIV
> <DIV CLASS="decl"
><A HREF="System-Posix-Terminal.html#v%3AbitsPerByte" TARGET="main"
>bitsPerByte</A
></DIV
> <DIV CLASS="decl"
><A HREF="System-Posix-Terminal.html#v%3AwithBits" TARGET="main"
>withBits</A
></DIV
> <DIV CLASS="decl"
><SPAN CLASS="keyword"
>data</SPAN
>&nbsp;<A HREF="System-Posix-Terminal.html#t%3AControlCharacter" TARGET="main"
>ControlCharacter</A
> </DIV
> <DIV CLASS="decl"
><A HREF="System-Posix-Terminal.html#v%3AcontrolChar" TARGET="main"
>controlChar</A
></DIV
> <DIV CLASS="decl"
><A HREF="System-Posix-Terminal.html#v%3AwithCC" TARGET="main"
>withCC</A
></DIV
> <DIV CLASS="decl"
><A HREF="System-Posix-Terminal.html#v%3AwithoutCC" TARGET="main"
>withoutCC</A
></DIV
> <DIV CLASS="decl"
><A HREF="System-Posix-Terminal.html#v%3AinputTime" TARGET="main"
>inputTime</A
></DIV
> <DIV CLASS="decl"
><A HREF="System-Posix-Terminal.html#v%3AwithTime" TARGET="main"
>withTime</A
></DIV
> <DIV CLASS="decl"
><A HREF="System-Posix-Terminal.html#v%3AminInput" TARGET="main"
>minInput</A
></DIV
> <DIV CLASS="decl"
><A HREF="System-Posix-Terminal.html#v%3AwithMinInput" TARGET="main"
>withMinInput</A
></DIV
> <DIV CLASS="decl"
><SPAN CLASS="keyword"
>data</SPAN
>&nbsp;<A HREF="System-Posix-Terminal.html#t%3ABaudRate" TARGET="main"
>BaudRate</A
> </DIV
> <DIV CLASS="decl"
><A HREF="System-Posix-Terminal.html#v%3AinputSpeed" TARGET="main"
>inputSpeed</A
></DIV
> <DIV CLASS="decl"
><A HREF="System-Posix-Terminal.html#v%3AwithInputSpeed" TARGET="main"
>withInputSpeed</A
></DIV
> <DIV CLASS="decl"
><A HREF="System-Posix-Terminal.html#v%3AoutputSpeed" TARGET="main"
>outputSpeed</A
></DIV
> <DIV CLASS="decl"
><A HREF="System-Posix-Terminal.html#v%3AwithOutputSpeed" TARGET="main"
>withOutputSpeed</A
></DIV
> <H2
>Terminal operations
</H2
> <DIV CLASS="decl"
><A HREF="System-Posix-Terminal.html#v%3AsendBreak" TARGET="main"
>sendBreak</A
></DIV
> <DIV CLASS="decl"
><A HREF="System-Posix-Terminal.html#v%3AdrainOutput" TARGET="main"
>drainOutput</A
></DIV
> <DIV CLASS="decl"
><SPAN CLASS="keyword"
>data</SPAN
>&nbsp;<A HREF="System-Posix-Terminal.html#t%3AQueueSelector" TARGET="main"
>QueueSelector</A
> </DIV
> <DIV CLASS="decl"
><A HREF="System-Posix-Terminal.html#v%3AdiscardData" TARGET="main"
>discardData</A
></DIV
> <DIV CLASS="decl"
><SPAN CLASS="keyword"
>data</SPAN
>&nbsp;<A HREF="System-Posix-Terminal.html#t%3AFlowAction" TARGET="main"
>FlowAction</A
> </DIV
> <DIV CLASS="decl"
><A HREF="System-Posix-Terminal.html#v%3AcontrolFlow" TARGET="main"
>controlFlow</A
></DIV
> <H2
>Process groups
</H2
> <DIV CLASS="decl"
><A HREF="System-Posix-Terminal.html#v%3AgetTerminalProcessGroupID" TARGET="main"
>getTerminalProcessGroupID</A
></DIV
> <DIV CLASS="decl"
><A HREF="System-Posix-Terminal.html#v%3AsetTerminalProcessGroupID" TARGET="main"
>setTerminalProcessGroupID</A
></DIV
> <H2
>Testing a file descriptor
</H2
> <DIV CLASS="decl"
><A HREF="System-Posix-Terminal.html#v%3AqueryTerminal" TARGET="main"
>queryTerminal</A
></DIV
> <DIV CLASS="decl"
><A HREF="System-Posix-Terminal.html#v%3AgetTerminalName" TARGET="main"
>getTerminalName</A
></DIV
> <DIV CLASS="decl"
><A HREF="System-Posix-Terminal.html#v%3AgetControllingTerminalName" TARGET="main"
>getControllingTerminalName</A
></DIV
> <H2
>Pseudoterminal operations
</H2
> <DIV CLASS="decl"
><A HREF="System-Posix-Terminal.html#v%3AopenPseudoTerminal" TARGET="main"
>openPseudoTerminal</A
></DIV
> <DIV CLASS="decl"
><A HREF="System-Posix-Terminal.html#v%3AgetSlaveTerminalName" TARGET="main"
>getSlaveTerminalName</A
></DIV
></DIV
></DIV
></BODY
></HTML
>