aboutsummaryrefslogtreecommitdiff
path: root/contrib/less/position.h
diff options
context:
space:
mode:
authorPaul Saab <ps@FreeBSD.org>2000-05-22 09:53:22 +0000
committerPaul Saab <ps@FreeBSD.org>2000-05-22 09:53:22 +0000
commita5f0fb151d90effe79714de0fa059954725fe57f (patch)
tree27b16fc210b9a302c9e74f90e36a9b5ed21e6300 /contrib/less/position.h
Import the [now] dual licensed version 3.5.4 of less. It isvendor/less/v354
distributed under your choice of the GPL or a BSD style license. Reviewed by: peter Obtained from: http://home.flash.net/~marknu/less/
Notes
svn path=/vendor/less/dist/; revision=60786 svn path=/vendor/less/v354/; revision=60788; tag=vendor/less/v354
Diffstat (limited to 'contrib/less/position.h')
-rw-r--r--contrib/less/position.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/contrib/less/position.h b/contrib/less/position.h
new file mode 100644
index 000000000000..3ce7f596ed21
--- /dev/null
+++ b/contrib/less/position.h
@@ -0,0 +1,19 @@
+/*
+ * Copyright (C) 1984-2000 Mark Nudelman
+ *
+ * You may distribute under the terms of either the GNU General Public
+ * License or the Less License, as specified in the README file.
+ *
+ * For more information about less, or for information on how to
+ * contact the author, see the README file.
+ */
+
+
+/*
+ * Include file for interfacing to position.c modules.
+ */
+#define TOP (0)
+#define TOP_PLUS_ONE (1)
+#define BOTTOM (-1)
+#define BOTTOM_PLUS_ONE (-2)
+#define MIDDLE (-3)