X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=include%2FMKterm.h.awk.in;h=2fbe536e1c7951254fc0386b6122cdecbbaba71b;hp=1564656b0a8f0faa914b81185dff3c746442815a;hb=a8dfaf0998c91b39c5c0a4913987cd67ca622bff;hpb=02c4e383be9337e73a0e75844dfd1047745adb28 diff --git a/include/MKterm.h.awk.in b/include/MKterm.h.awk.in index 1564656b..2fbe536e 100644 --- a/include/MKterm.h.awk.in +++ b/include/MKterm.h.awk.in @@ -26,7 +26,7 @@ BEGIN { lcurl = "{"; rcurl = "}"; print "/****************************************************************************" - print " * Copyright (c) 1998-2017,2018 Free Software Foundation, Inc. *" + print " * Copyright (c) 1998-2018,2019 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 *" @@ -59,7 +59,7 @@ BEGIN { print "/* and: Thomas E. Dickey 1995-on */" print "/****************************************************************************/" print "" - print "/* $Id: MKterm.h.awk.in,v 1.68 2018/04/07 20:51:01 tom Exp $ */" + print "/* $Id: MKterm.h.awk.in,v 1.71 2019/04/13 22:34:42 tom Exp $ */" print "" print "/*" print "** term.h -- Definition of struct term" @@ -126,7 +126,7 @@ BEGIN { print "" print "#else /* !HAVE_TERMIO_H */" print "" - print "#if __MINGW32__" + print "#if _WIN32" print "# include " print "# define TTY struct termios" print "#else" @@ -163,14 +163,19 @@ $2 == "%%-STOP-HERE-%%" { print "/* older synonyms for some capabilities */" print "#define beehive_glitch no_esc_ctlc" print "#define teleray_glitch dest_tabs_magic_smso" + print "" + print "/* HPUX-11 uses this name rather than the standard one */" + print "#ifndef micro_char_size" print "#define micro_char_size micro_col_size" + print "#endif" print "" print "#ifdef __INTERNAL_CAPS_VISIBLE" } -/^#/ { - next; -} +/^#/ { next; } + +/^used_by/ { next ; } +/^userdef/ { next ; } $1 == "acs_chars" { acsindex = StringCount;