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

Diff for /src/usr.bin/tmux/key-string.c between version 1.44 and 1.45

version 1.44, 2017/02/01 09:55:07 version 1.45, 2017/02/22 09:01:32
Line 232 
Line 232 
 const char *  const char *
 key_string_lookup_key(key_code key)  key_string_lookup_key(key_code key)
 {  {
         static char             out[24];          static char             out[32];
         char                    tmp[8];          char                    tmp[8];
         u_int                   i;          u_int                   i;
         struct utf8_data        ud;          struct utf8_data        ud;

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.45