[BACK]Return to prompt.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/prompt.c between version 1.18 and 1.19

version 1.18, 2009/12/31 15:58:26 version 1.19, 2011/07/28 01:05:20
Line 103  prompt_print(EditLine *el, int op)
Line 103  prompt_print(EditLine *el, int op)
                         continue;                          continue;
                 }                  }
                 if (ignore)                  if (ignore)
                         term__putc(el, *p);                          terminal__putc(el, *p);
                 else                  else
                         re_putc(el, *p, 1);                          re_putc(el, *p, 1);
         }          }

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

CVSweb <webmaster@jp.NetBSD.org>