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

Comparing cvsroot/rxvt-unicode/src/rxvt.h (file contents):
Revision 1.562 by root, Fri Jun 18 00:21:11 2021 UTC vs.
Revision 1.563 by sf-exg, Sat Jun 19 09:13:51 2021 UTC

789// compose chars are used to represent composite characters 789// compose chars are used to represent composite characters
790// that are not representable in unicode, as well as characters 790// that are not representable in unicode, as well as characters
791// not fitting in the BMP. 791// not fitting in the BMP.
792struct compose_char 792struct compose_char
793{ 793{
794 // c1 can be any chaarcter != NOCHAR, including another compose character 794 // c1 can be any character != NOCHAR, including another compose character
795 // c2 must always be a zero-width character or NOCHAR, in case 795 // c2 must always be a zero-width character or NOCHAR, in case
796 // this just extends beyond the BMP. 796 // this just extends beyond the BMP.
797 unicode_t c1, c2; 797 unicode_t c1, c2;
798 798
799 compose_char (unicode_t c1, unicode_t c2) 799 compose_char (unicode_t c1, unicode_t c2)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines