the script used to extract a release
[nvi.git] / common / log.h
blob71a67f8aad58db7b99762e6434a5634a73d43be4
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.
7 * See the LICENSE file for redistribution information.
9 * $Id: log.h,v 10.2 1996/03/06 19:50:31 bostic Exp $ (Berkeley) $Date: 1996/03/06 19:50:31 $
12 #define LOG_NOTYPE 0
13 #define LOG_CURSOR_INIT 1
14 #define LOG_CURSOR_END 2
15 #define LOG_LINE_APPEND 3
16 #define LOG_LINE_DELETE 4
17 #define LOG_LINE_INSERT 5
18 #define LOG_LINE_RESET_F 6
19 #define LOG_LINE_RESET_B 7
20 #define LOG_MARK 8