[BACK]Return to chared.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/chared.c between version 1.29 and 1.30

version 1.29, 2010/08/28 15:44:59 version 1.30, 2011/07/28 01:05:20
Line 748  c_gets(EditLine *el, Char *buf, const Ch
Line 748  c_gets(EditLine *el, Char *buf, const Ch
   
                 default:                  default:
                         if (len >= EL_BUFSIZ - 16)                          if (len >= EL_BUFSIZ - 16)
                                 term_beep(el);                                  terminal_beep(el);
                         else {                          else {
                                 buf[len++] = ch;                                  buf[len++] = ch;
                                 *cp++ = ch;                                  *cp++ = ch;

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30

CVSweb <webmaster@jp.NetBSD.org>