From dad405844130b45efebf2c6903b450503686d940 Mon Sep 17 00:00:00 2001 From: peter Date: Thu, 20 Jun 2002 19:44:40 +0000 Subject: Merge ncurses 5.2-20020615 changes onto mainline. --- contrib/ncurses/ncurses/tinfo/lib_termcap.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'contrib/ncurses') diff --git a/contrib/ncurses/ncurses/tinfo/lib_termcap.c b/contrib/ncurses/ncurses/tinfo/lib_termcap.c index 50b3162..911f89c 100644 --- a/contrib/ncurses/ncurses/tinfo/lib_termcap.c +++ b/contrib/ncurses/ncurses/tinfo/lib_termcap.c @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 1998,1999,2000,2001 Free Software Foundation, Inc. * + * Copyright (c) 1998-2001,2002 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * * copy of this software and associated documentation files (the * @@ -36,16 +36,16 @@ /* $FreeBSD$ */ +#define __INTERNAL_CAPS_VISIBLE #include #include #include #include -#define __INTERNAL_CAPS_VISIBLE #include -MODULE_ID("$Id: lib_termcap.c,v 1.42 2001/09/22 19:17:31 tom Exp $") +MODULE_ID("$Id: lib_termcap.c,v 1.43 2002/05/25 12:24:13 tom Exp $") #define CSI 233 #define ESC 033 /* ^[ */ -- cgit v1.1