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

Diff for /src/usr.bin/tmux/utf8.c between version 1.61 and 1.62

version 1.61, 2023/06/30 21:55:09 version 1.62, 2023/07/03 08:37:14
Line 72 
Line 72 
   
 /* Get a UTF-8 item from data. */  /* Get a UTF-8 item from data. */
 static struct utf8_item *  static struct utf8_item *
 utf8_item_by_data(const char *data, size_t size)  utf8_item_by_data(const u_char *data, size_t size)
 {  {
         struct utf8_item        ui;          struct utf8_item        ui;
   

Legend:
Removed from v.1.61  
changed lines
  Added in v.1.62