[BACK]Return to term.h 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.h between version 1.20 and 1.21

version 1.20, 2017/03/23 00:23:29 version 1.21, 2017/03/23 00:36:37
Line 1933  typedef struct {
Line 1933  typedef struct {
         /* We need to expose these so that the macros work */          /* We need to expose these so that the macros work */
         const char *name;          const char *name;
         const char *desc;          const char *desc;
         signed char *flags;          const signed char *flags;
         short *nums;          const short *nums;
         const char **strs;          const char **strs;
 } TERMINAL;  } TERMINAL;
 #endif  #endif

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

CVSweb <webmaster@jp.NetBSD.org>