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

Comparing rxvt-unicode/src/perl/xim-onthespot (file contents):
Revision 1.3 by root, Sat Jun 2 05:07:12 2007 UTC vs.
Revision 1.7 by root, Tue Sep 4 22:41:12 2012 UTC

1#! perl 1#! perl
2
3=head1 NAME
4
5xim-onthespot - implement XIM "on-the-spot" behaviour
6
7=head1 DESCRIPTION
8
9This perl extension implements OnTheSpot editing. It does not work
10perfectly, and some input methods don't seem to work well with OnTheSpot
11editing in general, but it seems to work at least for SCIM and kinput2.
12
13You enable it by specifying this extension and a preedit style of
14C<OnTheSpot>, i.e.:
15
16 urxvt -pt OnTheSpot -pe xim-onthespot
17
18=cut
2 19
3# 20#
4# problems with this implementation include 21# problems with this implementation include
5# 22#
6# - primary, secondary, tertiary are NO different to other hilighting styles 23# - primary, secondary, tertiary are NO different to other highlighting styles
7# - if rend values are missing, they are not being interpolated 24# - if rend values are missing, they are not being interpolated
8# 25#
9 26
10my $SIZEOF_LONG = length pack "l!", 0; 27my $SIZEOF_LONG = length pack "l!", 0;
11 28

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines