[BACK]Return to read.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libedit

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/libedit/read.c between version 1.99 and 1.100

version 1.99, 2016/05/24 17:42:54 version 1.100, 2016/05/24 19:31:27
Line 266  read_getcmd(EditLine *el, el_action_t *c
Line 266  read_getcmd(EditLine *el, el_action_t *c
                                 break;                                  break;
                         }                          }
                 }                  }
                 if (el->el_map.alt == NULL)  
                         el->el_map.current = el->el_map.key;  
         } while (cmd == ED_SEQUENCE_LEAD_IN);          } while (cmd == ED_SEQUENCE_LEAD_IN);
         *cmdnum = cmd;          *cmdnum = cmd;
         return 0;          return 0;

Legend:
Removed from v.1.99  
changed lines
  Added in v.1.100

CVSweb <webmaster@jp.NetBSD.org>