diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2002-06-20 19:44:40 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2002-06-20 19:44:40 +0000 |
| commit | d91c14de79dc2f282807e97dda3080e1afb5b4a5 (patch) | |
| tree | 4f6b57b3a9f3f1685975e389a869c71d7a20550f /contrib/ncurses | |
| parent | 536dddacf1e5119178e4b076a17addb1a8705885 (diff) | |
Notes
Diffstat (limited to 'contrib/ncurses')
| -rw-r--r-- | contrib/ncurses/ncurses/tinfo/lib_termcap.c | 6 |
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 50b3162305a4..911f89c73636 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 /* ^[ */ |
