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

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

Diff for /src/lib/libcurses/setterm.c between version 1.12 and 1.12.4.1

version 1.12, 1999/06/28 13:32:43 version 1.12.4.1, 1999/12/27 18:29:57
Line 208  zap()
Line 208  zap()
                 __CTRACE("%2.2s = %s", namp, *sp[-1] == NULL ? "NULL\n" : "\"");                  __CTRACE("%2.2s = %s", namp, *sp[-1] == NULL ? "NULL\n" : "\"");
                 if (*sp[-1] != NULL) {                  if (*sp[-1] != NULL) {
                         for (cp = *sp[-1]; *cp; cp++)                          for (cp = *sp[-1]; *cp; cp++)
 {                                  __CTRACE("%s", unctrl(*cp));
                                 __CTRACE("%c", unctrl(*cp));  
 }  
                         __CTRACE("\"\n");                          __CTRACE("\"\n");
                 }                  }
 #endif  #endif

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.12.4.1

CVSweb <webmaster@jp.NetBSD.org>