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

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

Diff for /src/lib/libterm/Attic/tgoto.c between version 1.9 and 1.10

version 1.9, 1997/10/13 16:11:52 version 1.10, 1998/07/27 01:57:26
Line 78  char *BC;
Line 78  char *BC;
  */   */
 char *  char *
 tgoto(CM, destcol, destline)  tgoto(CM, destcol, destline)
         char *CM;          const char *CM;
         int destcol, destline;          int destcol, destline;
 {  {
         static char result[MAXRETURNSIZE];          static char result[MAXRETURNSIZE];
         static char added[10];          static char added[10];
         char *cp = CM;          const char *cp = CM;
         char *dp = result;          char *dp = result;
         int c;          int c;
         int oncol = 0;          int oncol = 0;

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

CVSweb <webmaster@jp.NetBSD.org>