[BACK]Return to screen-write.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/screen-write.c between version 1.222 and 1.223

version 1.222, 2023/09/15 15:49:05 version 1.223, 2023/10/23 08:12:00
Line 2013 
Line 2013 
   
         /*          /*
          * Check if we need to combine characters. This could be zero width           * Check if we need to combine characters. This could be zero width
          * (zet above), a modifier character (with an existing Unicode           * (set above), a modifier character (with an existing Unicode
          * character) or a previous ZWJ.           * character) or a previous ZWJ.
          */           */
         if (!zero_width) {          if (!zero_width) {

Legend:
Removed from v.1.222  
changed lines
  Added in v.1.223