diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2000-03-10 01:35:07 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2000-03-10 01:35:07 +0000 |
commit | 261ac7c5d4e5530264ff351b1a233f04029a8a6f (patch) | |
tree | 194864f15038dcdd201ca21529813de767f3fad8 /lib/libcurses/tinfo/lib_ti.c | |
parent | d81f935ca5458507391f36a713d5bf0ccffbf725 (diff) |
Update to ncurses-5.0-20000304
Diffstat (limited to 'lib/libcurses/tinfo/lib_ti.c')
-rw-r--r-- | lib/libcurses/tinfo/lib_ti.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcurses/tinfo/lib_ti.c b/lib/libcurses/tinfo/lib_ti.c index 98fa68f72b8..df4b8a3a5a2 100644 --- a/lib/libcurses/tinfo/lib_ti.c +++ b/lib/libcurses/tinfo/lib_ti.c @@ -1,7 +1,7 @@ -/* $OpenBSD: lib_ti.c,v 1.4 2000/01/16 01:35:18 millert Exp $ */ +/* $OpenBSD: lib_ti.c,v 1.5 2000/03/10 01:35:04 millert Exp $ */ /**************************************************************************** - * Copyright (c) 1998-2000 Free Software Foundation, Inc. * + * Copyright (c) 1998,1999,2000 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 * @@ -38,7 +38,7 @@ #include <term_entry.h> #include <tic.h> -MODULE_ID("$From: lib_ti.c,v 1.19 2000/01/15 20:47:37 tom Exp $") +MODULE_ID("$From: lib_ti.c,v 1.20 2000/02/13 01:01:26 tom Exp $") int tigetflag(NCURSES_CONST char *str) |