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.36 by root, Sat Jan 21 19:50:53 2006 UTC vs.
Revision 1.37 by root, Sun Jan 22 20:39:56 2006 UTC

208</dd> 208</dd>
209<dd> 209<dd>
210<p>To avoid too many false positives, this is only done when:</p> 210<p>To avoid too many false positives, this is only done when:</p>
211</dd> 211</dd>
212<dl> 212<dl>
213<dt><strong><a name="item__2d_the_tty_is_in_icanon_state_2e">- the tty is in ICANON state.</a></strong><br />
214</dt>
215<dt><strong><a name="item__2d_the_text_cursor_is_visible_2e">- the text cursor is visible.</a></strong><br />
216</dt>
217<dt><strong><a name="item__2d_the_primary_screen_is_currently_being_displaye">- the primary screen is currently being displayed.</a></strong><br />
218</dt>
213<dt><strong><a name="item_same">- the mouse is on the same (multi-row-) line as the text cursor.</a></strong><br /> 219<dt><strong><a name="item_same">- the mouse is on the same (multi-row-) line as the text cursor.</a></strong><br />
214</dt>
215<dt><strong><a name="item__2d_the_primary_screen_is_currently_being_displaye">- the primary screen is currently being displayed.</a></strong><br />
216</dt>
217<dt><strong><a name="item__2d_the_text_cursor_is_visible_2e">- the text cursor is visible.</a></strong><br />
218</dt> 220</dt>
219</dl> 221</dl>
220<p>The normal selection mechanism isn't disabled, so quick successive clicks 222<p>The normal selection mechanism isn't disabled, so quick successive clicks
221might interfere with selection creation in harmless ways.</p> 223might interfere with selection creation in harmless ways.</p>
222<dt><strong><a name="item_selection_2dautotransform">selection-autotransform</a></strong><br /> 224<dt><strong><a name="item_selection_2dautotransform">selection-autotransform</a></strong><br />
1197be used to suppress input and output handling to the pty/tty. See the 1199be used to suppress input and output handling to the pty/tty. See the
1198description of <a href="#item_events"><code>urxvt::timer-&gt;events</code></a>. Make sure to always restore 1200description of <a href="#item_events"><code>urxvt::timer-&gt;events</code></a>. Make sure to always restore
1199the previous value. 1201the previous value.
1200</dd> 1202</dd>
1201<p></p> 1203<p></p>
1204<dt><strong><a name="item_pty_fd">$fd = $term-&gt;pty_fd</a></strong><br />
1205</dt>
1206<dd>
1207Returns the master file descriptor for the pty in use, or <code>-1</code> if no pty
1208is used.
1209</dd>
1210<p></p>
1202<dt><strong><a name="item_parent">$windowid = $term-&gt;parent</a></strong><br /> 1211<dt><strong><a name="item_parent">$windowid = $term-&gt;parent</a></strong><br />
1203</dt> 1212</dt>
1204<dd> 1213<dd>
1205Return the window id of the toplevel window. 1214Return the window id of the toplevel window.
1206</dd> 1215</dd>
1325line, starting at column <code>$start_col</code> (default <code>0</code>), which is useful 1334line, starting at column <code>$start_col</code> (default <code>0</code>), which is useful
1326to replace only parts of a line. The font index in the rendition will 1335to replace only parts of a line. The font index in the rendition will
1327automatically be updated.</p> 1336automatically be updated.</p>
1328</dd> 1337</dd>
1329<dd> 1338<dd>
1330<p><a href="#item__24text"><code>$text</code></a> is in a special encoding: tabs and wide characters that use 1339<p><a href="#item__24text"><code>$text</code></a> is in a special encoding: tabs and wide characters that use more
1331more than one cell when displayed are padded with <code>$urxvt::NOCHAR</code> 1340than one cell when displayed are padded with <code>$urxvt::NOCHAR</code> (chr 65535)
1332characters. Characters with combining characters and other characters that 1341characters. Characters with combining characters and other characters that
1333do not fit into the normal tetx encoding will be replaced with characters 1342do not fit into the normal tetx encoding will be replaced with characters
1334in the private use area.</p> 1343in the private use area.</p>
1335</dd> 1344</dd>
1336<dd> 1345<dd>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines