ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/urxvt.pm
(Generate patch)

Comparing rxvt-unicode/src/urxvt.pm (file contents):
Revision 1.46 by root, Sat Jan 7 20:29:28 2006 UTC vs.
Revision 1.47 by root, Sat Jan 7 21:22:02 2006 UTC

330correct place, e.g. on stderr of the connecting urxvtc client. 330correct place, e.g. on stderr of the connecting urxvtc client.
331 331
332=item $time = urxvt::NOW 332=item $time = urxvt::NOW
333 333
334Returns the "current time" (as per the event loop). 334Returns the "current time" (as per the event loop).
335
336=item urxvt::CurrentTime
337
338=item urxvt::ShiftMask, LockMask, ControlMask, Mod1Mask, Mod2Mask,
339Mod3Mask, Mod4Mask, Mod5Mask, Button1Mask, Button2Mask, Button3Mask,
340Button4Mask, Button5Mask, AnyModifier
341
342Various constants for use in X events.
335 343
336=back 344=back
337 345
338=head2 RENDITION 346=head2 RENDITION
339 347
776 784
777=item $lines_in_scrollback = $term->nsaved 785=item $lines_in_scrollback = $term->nsaved
778 786
779Return various integers describing terminal characteristics. 787Return various integers describing terminal characteristics.
780 788
789=item $modifiermask = $term->ModLevel3Mask
790
791=item $modifiermask = $term->ModMetaMask
792
793=item $modifiermask = $term->ModNumLockMask
794
795Return the modifier masks corresponding to the "ISO Level 3 Shift" (often
796AltGr), the meta key (often Alt) and the num lock key, if applicable.
797
781=item $view_start = $term->view_start ([$newvalue]) 798=item $view_start = $term->view_start ([$newvalue])
782 799
783Returns the negative row number of the topmost line. Minimum value is 800Returns the negative row number of the topmost line. Minimum value is
784C<0>, which displays the normal terminal contents. Larger values scroll 801C<0>, which displays the normal terminal contents. Larger values scroll
785this many lines into the scrollback buffer. 802this many lines into the scrollback buffer.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines