Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 1bbf51ece72e40a5f40ad48678e7c5a5 > files > 749

libgnome32-devel-1.4.2-22mdv2009.1.i586.rpm

<refentry id="zvt-subshell">
<refmeta>
<refentrytitle>subshell</refentrytitle>
<manvolnum>3</manvolnum>
<refmiscinfo>ZVT Library</refmiscinfo>
</refmeta>

<refnamediv>
<refname>subshell</refname><refpurpose></refpurpose>
</refnamediv>

<refsynopsisdiv><title>Synopsis</title>
<synopsis>



int         <link linkend="zvt-init-subshell">zvt_init_subshell</link>               (struct <link linkend="vt-em">vt_em</link> *vt,
                                             char *pty_name,
                                             int full);
int         <link linkend="zvt-shutdown-subshell">zvt_shutdown_subshell</link>           (struct <link linkend="vt-em">vt_em</link> *vt);
int         <link linkend="zvt-resize-subshell">zvt_resize_subshell</link>             (int fd,
                                             int col,
                                             int row,
                                             int xpixel,
                                             int ypixel);
</synopsis>
</refsynopsisdiv>





<refsect1>
<title>Description</title>
<para>
A longer description goes here.
</para>

</refsect1>

<refsect1>
<title>Details</title>
<refsect2>
<title><anchor id="zvt-init-subshell">zvt_init_subshell ()</title>
<programlisting>int         zvt_init_subshell               (struct <link linkend="vt-em">vt_em</link> *vt,
                                             char *pty_name,
                                             int full);</programlisting>
</refsect2>
<refsect2>
<title><anchor id="zvt-shutdown-subshell">zvt_shutdown_subshell ()</title>
<programlisting>int         zvt_shutdown_subshell           (struct <link linkend="vt-em">vt_em</link> *vt);</programlisting>
</refsect2>
<refsect2>
<title><anchor id="zvt-resize-subshell">zvt_resize_subshell ()</title>
<programlisting>int         zvt_resize_subshell             (int fd,
                                             int col,
                                             int row,
                                             int xpixel,
                                             int ypixel);</programlisting>
</refsect2>

</refsect1>




</refentry>