[BACK]Return to readline.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/readline.c between version 1.110 and 1.111

version 1.110, 2014/01/21 13:51:44 version 1.111, 2014/07/06 18:09:04
Line 1970  rl_callback_read_char(void)
Line 1970  rl_callback_read_char(void)
                 } else                  } else
                         wbuf = NULL;                          wbuf = NULL;
                 (*(void (*)(const char *))rl_linefunc)(wbuf);                  (*(void (*)(const char *))rl_linefunc)(wbuf);
                 //el_set(e, EL_UNBUFFERED, 1);                  el_set(e, EL_UNBUFFERED, 1);
         }          }
 }  }
   

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

CVSweb <webmaster@jp.NetBSD.org>