ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/perl/overlay-osc
(Generate patch)

Comparing rxvt-unicode/src/perl/overlay-osc (file contents):
Revision 1.3 by root, Wed Nov 5 14:43:54 2008 UTC vs.
Revision 1.4 by root, Sun Jun 10 17:31:53 2012 UTC

1#! perl 1#! perl
2
3=head1 NAME
4
5 overlay-osc - implement OSC to manage overlays
6
7=head1 DESCRPTION
8
9This extension implements some OSC commands to display timed popups on the
10screen - useful for status displays from within scripts. You have to read
11the sources for more info.
12
13=cut
2 14
3# allows programs to open popups 15# allows programs to open popups
4# printf "\033]777;overlay;action;args\007" 16# printf "\033]777;overlay;action;args\007"
5# 17#
6# action "simple;<id>;<timeout>;<x>;<y>;<h|t>;<text>" 18# action "simple;<id>;<timeout>;<x>;<y>;<h|t>;<text>"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines