[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.38 and 1.39

version 1.38, 2016/05/26 14:49:48 version 1.39, 2016/10/10 21:29:23
Line 25 
Line 25 
 static key_code key_string_search_table(const char *);  static key_code key_string_search_table(const char *);
 static key_code key_string_get_modifiers(const char **);  static key_code key_string_get_modifiers(const char **);
   
 const struct {  static const struct {
         const char     *string;          const char     *string;
         key_code        key;          key_code        key;
 } key_string_table[] = {  } key_string_table[] = {

Legend:
Removed from v.1.38  
changed lines
  Added in v.1.39