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

Comparing rxvt-unicode/src/screen.C (file contents):
Revision 1.460 by sf-exg, Thu May 13 19:40:20 2021 UTC vs.
Revision 1.461 by root, Thu Jun 17 00:49:20 2021 UTC

2850 if (*t == NOCHAR) 2850 if (*t == NOCHAR)
2851 t++; 2851 t++;
2852#if ENABLE_COMBINING 2852#if ENABLE_COMBINING
2853 else if (IS_COMPOSE (*t)) 2853 else if (IS_COMPOSE (*t))
2854 { 2854 {
2855 int len = rxvt_composite.expand (*t, 0); 2855 int len = rxvt_composite.expand (*t);
2856 2856
2857 extra -= (len - 1); 2857 extra -= (len - 1);
2858 2858
2859 if (extra < 0) 2859 if (extra < 0)
2860 { 2860 {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines