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 * @(#)log.h 10.2 (Berkeley) 3/6/96 10 */ 11 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 21