summaryrefslogtreecommitdiffstats
path: root/contrib/ncurses
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2002-06-20 19:44:40 +0000
committerpeter <peter@FreeBSD.org>2002-06-20 19:44:40 +0000
commitdad405844130b45efebf2c6903b450503686d940 (patch)
tree4f6b57b3a9f3f1685975e389a869c71d7a20550f /contrib/ncurses
parent6fa0c764dc2e8bee49bb5de62d57acc15318d935 (diff)
downloadFreeBSD-src-dad405844130b45efebf2c6903b450503686d940.zip
FreeBSD-src-dad405844130b45efebf2c6903b450503686d940.tar.gz
Merge ncurses 5.2-20020615 changes onto mainline.
Diffstat (limited to 'contrib/ncurses')
-rw-r--r--contrib/ncurses/ncurses/tinfo/lib_termcap.c6
1 files changed, 3 insertions, 3 deletions
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 <curses.priv.h>
#include <termcap.h>
#include <tic.h>
#include <ctype.h>
-#define __INTERNAL_CAPS_VISIBLE
#include <term_entry.h>
-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 /* ^[ */
OpenPOWER on IntegriCloud