diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2000-01-09 05:06:03 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2000-01-09 05:06:03 +0000 |
commit | ebc42814930af81c58a08d49ec49f811ad07f536 (patch) | |
tree | afaf4143a978a455e8fe8f19c732146b126ce3b4 /usr.bin | |
parent | 8f07a2500fbd49bc7163892c584f45cd85322fcd (diff) |
Update to ncurses-5.0-20000108:
+ add prototype for erase() to curses.h
+ add TRACE_DATABASE flag for trace().
+ formatting changes (style)
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/tic/dump_entry.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tic/dump_entry.c b/usr.bin/tic/dump_entry.c index 1ad8d0b323c..248fc9c9646 100644 --- a/usr.bin/tic/dump_entry.c +++ b/usr.bin/tic/dump_entry.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dump_entry.c,v 1.12 2000/01/05 18:15:51 millert Exp $ */ +/* $OpenBSD: dump_entry.c,v 1.13 2000/01/09 05:06:02 millert Exp $ */ /**************************************************************************** * Copyright (c) 1998-2000 Free Software Foundation, Inc. * @@ -40,7 +40,7 @@ #include <termsort.c> /* this C file is generated */ #include <parametrized.h> /* so is this */ -MODULE_ID("$From: dump_entry.c,v 1.44 2000/01/02 02:14:35 tom Exp $") +MODULE_ID("$From: dump_entry.c,v 1.45 2000/01/08 22:19:05 Todd.Miller Exp $") #define INDENT 8 #define DISCARD(string) string = ABSENT_STRING |