[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.53 and 1.54

version 1.53, 2005/05/07 16:01:25 version 1.54, 2005/05/27 11:35:07
Line 1588  rl_callback_read_char()
Line 1588  rl_callback_read_char()
 }  }
   
 void  void
 rl_callback_handler_install (const char *prompt, VFunction *linefunc)  rl_callback_handler_install (const char *prompt, VCPFunction *linefunc)
 {  {
         if (e == NULL) {          if (e == NULL) {
                 rl_initialize();                  rl_initialize();

Legend:
Removed from v.1.53  
changed lines
  Added in v.1.54

CVSweb <webmaster@jp.NetBSD.org>