position.h revision 195941
1255570Strasz/*
2255570Strasz * Copyright (C) 1984-2009  Mark Nudelman
3255570Strasz *
4255570Strasz * You may distribute under the terms of either the GNU General Public
5255570Strasz * License or the Less License, as specified in the README file.
6255570Strasz *
7255570Strasz * For more information about less, or for information on how to
8255570Strasz * contact the author, see the README file.
9255570Strasz */
10255570Strasz
11255570Strasz
12255570Strasz/*
13255570Strasz * Include file for interfacing to position.c modules.
14255570Strasz */
15255570Strasz#define	TOP		(0)
16255570Strasz#define	TOP_PLUS_ONE	(1)
17255570Strasz#define	BOTTOM		(-1)
18255570Strasz#define	BOTTOM_PLUS_ONE	(-2)
19255570Strasz#define	MIDDLE		(-3)
20255570Strasz