;
AHc           @   s   d  Z  d k l Z d e i d Z e i Z d k Z d k Z e	 a
 d   Z d   Z e i i d d  d	 j o
 e Z n e Z d
   Z d S(   s    Platform specific utility functions, posix version 

Importing this module directly is not portable - rather, import platutils 
to use these functions in platform agnostic fashion.

$Id: ipstruct.py 1005 2006-01-12 08:39:26Z fperez $

(   s   Releases   %s <%s>s   VilleNc          O   s   d S(   s    A no-op function N(    (   s   as   b(    (    sG   /nyx/web/d/b/dbachman/work/src/ipython-0.8.4/IPython/platutils_posix.pys	   _dummy_op   s    c         C   s-   t  o d Sn t i i d d |  f  d S(   s3    Change virtual terminal title in xterm-workalikes Ns   ]%d;%si    (   s   ignore_termtitles   syss   stdouts   writes   title(   s   title(    (    sG   /nyx/web/d/b/dbachman/work/src/ipython-0.8.4/IPython/platutils_posix.pys   _set_term_title_xterm   s     s   TERMs    s   xtermc           C   s
   t  a d  S(   N(   s   Trues   ignore_termtitle(    (    (    sG   /nyx/web/d/b/dbachman/work/src/ipython-0.8.4/IPython/platutils_posix.pys   freeze_term_title-   s     (   s   __doc__s   IPythons   Releases   authorss
   __author__s   licenses   __license__s   syss   oss   Falses   ignore_termtitles	   _dummy_ops   _set_term_title_xterms   environs   gets   set_term_titles   freeze_term_title(	   s   __license__s   _set_term_title_xterms	   _dummy_ops   set_term_titles
   __author__s   syss   freeze_term_titles   Releases   os(    (    sG   /nyx/web/d/b/dbachman/work/src/ipython-0.8.4/IPython/platutils_posix.pys   ?	   s   
						
