--- rxvt-unicode/src/urxvt.pm 2006/01/20 22:49:34 1.121 +++ rxvt-unicode/src/urxvt.pm 2006/01/21 08:07:38 1.122 @@ -172,11 +172,20 @@ cursor-left or cursor-right keypresses as required (the this only works for programs that correctly support wide characters). -It only works when clicking into the same line (possibly extended over -multiple rows) as the text cursor and on the primary screen, to reduce the -risk of misinterpreting. The normal selection isn't disabled, so quick -successive clicks might interfere with selection creation in harmless -ways. +To avoid too many false positives, this is only done when: + +=over 4 + +=item - the mouse is on the same (multi-row-) line as the text cursor. + +=item - the primary screen is currently being displayed. + +=item - the text cursor is visible. + +=back + +The normal selection mechanism isn't disabled, so quick successive clicks +might interfere with selection creation in harmless ways. =item tabbed @@ -1378,6 +1387,10 @@ Returns the currently displayed screen (0 primary, 1 secondary). +=item $cursor_is_hidden = $term->hidden_cursor + +Returns wether the cursor is currently hidden or not. + =item $view_start = $term->view_start ([$newvalue]) Returns the row number of the topmost displayed line. Maximum value is