xref: /dragonfly/contrib/nvi2/common/log.h (revision 63e03116)
1 /*-
2  * Copyright (c) 1992, 1993, 1994
3  *	The Regents of the University of California.  All rights reserved.
4  * Copyright (c) 1992, 1993, 1994, 1995, 1996
5  *	Keith Bostic.  All rights reserved.
6  *
7  * See the LICENSE file for redistribution information.
8  */
9 
10 #define	LOG_NOTYPE		0
11 #define	LOG_CURSOR_INIT		1
12 #define	LOG_CURSOR_END		2
13 #define	LOG_LINE_APPEND		3
14 #define	LOG_LINE_DELETE		4
15 #define	LOG_LINE_INSERT		5
16 #define	LOG_LINE_RESET_F	6
17 #define	LOG_LINE_RESET_B	7
18 #define	LOG_MARK		8
19