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

Diff for /src/usr.bin/tmux/tty-keys.c between version 1.111 and 1.112

version 1.111, 2019/05/03 14:51:31 version 1.112, 2019/05/03 18:00:19
Line 429 
Line 429 
         if (o != NULL) {          if (o != NULL) {
                 a = options_array_first(o);                  a = options_array_first(o);
                 while (a != NULL) {                  while (a != NULL) {
                           i = options_array_item_index(a);
                         ov = options_array_item_value(a);                          ov = options_array_item_value(a);
                         tty_keys_add(tty, ov->string, KEYC_USER + i);                          tty_keys_add(tty, ov->string, KEYC_USER + i);
                         a = options_array_next(a);                          a = options_array_next(a);

Legend:
Removed from v.1.111  
changed lines
  Added in v.1.112