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

Diff for /src/usr.bin/tmux/tmux.h between version 1.836 and 1.837

version 1.836, 2018/08/02 18:35:21 version 1.837, 2018/08/09 09:53:44
Line 511 
Line 511 
 #define ALL_MOUSE_MODES (MODE_MOUSE_STANDARD|MODE_MOUSE_BUTTON|MODE_MOUSE_ALL)  #define ALL_MOUSE_MODES (MODE_MOUSE_STANDARD|MODE_MOUSE_BUTTON|MODE_MOUSE_ALL)
   
 /*  /*
  * A single UTF-8 character. UTF8_SIZE must be big enough to hold at least one   * A single UTF-8 character. UTF8_SIZE must be big enough to hold
  * combining character as well.   * combining characters as well, currently at most five (of three
    * bytes) are supported.
 */  */
 #define UTF8_SIZE 9  #define UTF8_SIZE 18
 struct utf8_data {  struct utf8_data {
         u_char  data[UTF8_SIZE];          u_char  data[UTF8_SIZE];
   

Legend:
Removed from v.1.836  
changed lines
  Added in v.1.837