]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - include/MKterm.h.awk.in
ncurses 5.4
[ncurses.git] / include / MKterm.h.awk.in
index 8243aea52dbef8cfd3cf8641d949ac6a7438b813..6cf0445cbb3f9a1a6372c94557ef66be45f3709f 100644 (file)
@@ -1,6 +1,6 @@
 BEGIN          {
                    print  "/****************************************************************************"
-                   print  " * Copyright (c) 1998,1999,2000,2001 Free Software Foundation, Inc.         *"
+                   print  " * Copyright (c) 1998-2001,2003 Free Software Foundation, Inc.              *"
                    print  " *                                                                          *"
                    print  " * Permission is hereby granted, free of charge, to any person obtaining a  *"
                    print  " * copy of this software and associated documentation files (the            *"
@@ -30,9 +30,10 @@ BEGIN                {
                    print  "/****************************************************************************/"
                    print  "/* Author: Zeyd M. Ben-Halim <zmbenhal@netcom.com> 1992,1995                */"
                    print  "/*    and: Eric S. Raymond <esr@snark.thyrsus.com>                          */"
+                   print  "/*    and: Thomas E. Dickey                        1995-2003                */"
                    print  "/****************************************************************************/"
                    print  ""
-                   print  "/* $Id: MKterm.h.awk.in,v 1.41 2001/12/23 01:04:38 tom Exp $ */"
+                   print  "/* $Id: MKterm.h.awk.in,v 1.42 2003/12/27 19:09:16 tom Exp $ */"
                    print  ""
                    print  "/*"
                    print  "**  term.h -- Definition of struct term"
@@ -224,6 +225,7 @@ END         {
                        print  "    TTY         Ottyb,          /* original state of the terminal */"
                        print  "                Nttyb;          /* current state of the terminal */"
                        print  "    int         _baudrate;      /* used to compute padding */"
+                       print  "    char *      _termname;      /* used for termname() */"
                        print  "} TERMINAL;"
                        print  ""
                        print  "extern NCURSES_EXPORT_VAR(TERMINAL *) cur_term;"