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.5 by sf-exg, Sun Nov 20 11:09:22 2011 UTC vs.
Revision 1.6 by root, Sun Jun 10 17:31:53 2012 UTC

1#! perl 1#! perl
2
3=head1 NAME
4
5 xim-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 highlighting styles 23# - primary, secondary, tertiary are NO different to other highlighting styles

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines