ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/doc/rxvtperl.3.html
(Generate patch)

Comparing rxvt-unicode/doc/rxvtperl.3.html (file contents):
Revision 1.22 by root, Wed Jan 11 01:00:03 2006 UTC vs.
Revision 1.23 by root, Wed Jan 11 01:01:52 2006 UTC

183<dl> 183<dl>
184<dt><strong><a name="item__24text">$text</a></strong><br /> 184<dt><strong><a name="item__24text">$text</a></strong><br />
185</dt> 185</dt>
186<dd> 186<dd>
187Rxvt-unicodes special way of encoding text, where one ``unicode'' character 187Rxvt-unicodes special way of encoding text, where one ``unicode'' character
188always represents one screen cell. See <em>row_t</em> for a discussion of this format. 188always represents one screen cell. See <a href="#item_row_t">ROW_t</a> for a discussion of this format.
189</dd> 189</dd>
190<p></p> 190<p></p>
191<dt><strong><a name="item__24string">$string</a></strong><br /> 191<dt><strong><a name="item__24string">$string</a></strong><br />
192</dt> 192</dt>
193<dd> 193<dd>
476</dt> 476</dt>
477<dd> 477<dd>
478The current terminal. This variable stores the current <code>urxvt::term</code> 478The current terminal. This variable stores the current <code>urxvt::term</code>
479object, whenever a callback/hook is executing. 479object, whenever a callback/hook is executing.
480</dd> 480</dd>
481<p></p> 481<p></p></dl>
482<dt></dt>
483</dl>
484<p> 482<p>
485</p> 483</p>
486<h2><a name="functions_in_the_urxvt_package">Functions in the <code>urxvt</code> Package</a></h2> 484<h2><a name="functions_in_the_urxvt_package">Functions in the <code>urxvt</code> Package</a></h2>
487<dl> 485<dl>
488<dt><strong><a name="item_urxvt_3a_3afatal__24errormessage">urxvt::fatal $errormessage</a></strong><br /> 486<dt><strong><a name="item_urxvt_3a_3afatal__24errormessage">urxvt::fatal $errormessage</a></strong><br />
609<dl> 607<dl>
610<dt><strong><a name="item__24term__3d_new_urxvt_3a_3aterm__24envhashref_2c__">$term = new urxvt::term $envhashref, $rxvtname, [arg...]</a></strong><br /> 608<dt><strong><a name="item__24term__3d_new_urxvt_3a_3aterm__24envhashref_2c__">$term = new urxvt::term $envhashref, $rxvtname, [arg...]</a></strong><br />
611</dt> 609</dt>
612<dd> 610<dd>
613Creates a new terminal, very similar as if you had started it with system 611Creates a new terminal, very similar as if you had started it with system
614<code>$rxvtname, arg...</code>. <code>$envhashref</code> must be a reference to a %ENV&gt;-like 612<code>$rxvtname, arg...</code>. <code>$envhashref</code> must be a reference to a <code>%ENV</code>-like
615<code></code>hash which defines the environment of the new terminal. 613hash which defines the environment of the new terminal.
616</dd>
617<dd> 614</dd>
615<dd>
618<p>&gt;Croaks (and probably outputs an error message) if the new instance 616<p>Croaks (and probably outputs an error message) if the new instance
619couldn't be created. Returns <code>undef</code> if the new instance didn't 617couldn't be created. Returns <code>undef</code> if the new instance didn't
620initialise perl, and the terminal object otherwise. The <code>init</code> and 618initialise perl, and the terminal object otherwise. The <code>init</code> and
621<a href="#item_start"><code>start</code></a> hooks will be called during this call.</p> 619<a href="#item_start"><code>start</code></a> hooks will be called during this call.</p>
622</dd> 620</dd>
623<p></p> 621<p></p>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines