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

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

Diff for /src/lib/libterminfo/term.c between version 1.8 and 1.9

version 1.8, 2010/02/11 14:36:09 version 1.9, 2010/02/12 12:18:33
Line 50  static char database[PATH_MAX];
Line 50  static char database[PATH_MAX];
 static char pathbuf[PATH_MAX];  static char pathbuf[PATH_MAX];
 const char *_ti_database;  const char *_ti_database;
   
 /* rescue.c is generated from /usr/src/share/terminfo/terminfo  /* Include a generated list of pre-compiled terminfo descriptions. */
  * at build time as an array of strings.  #include "compiled_terms.c"
  * static const char *rescue_terms[] = {  
  *      "ansi",  
  *      "\002\005\000\141\156\163\151\000\000\000\043\000\141\156\163\151\057",  
  *      NULL,  
  *      NULL  
  * };  
  */  
   
 #include "rescue.c"  
   
 static int  static int
 _ti_readterm(TERMINAL *term, const char *cap, size_t caplen, int flags)  _ti_readterm(TERMINAL *term, const char *cap, size_t caplen, int flags)

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

CVSweb <webmaster@jp.NetBSD.org>