summaryrefslogtreecommitdiffstats
path: root/contrib/less/pckeys.h
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2009-05-08 23:34:35 +0000
committerdelphij <delphij@FreeBSD.org>2009-05-08 23:34:35 +0000
commitd069efd47cacc3156036ed37d5532d6a1d4f55c3 (patch)
tree2526f6b109843b646672c1537476dc51e56c0454 /contrib/less/pckeys.h
parent6aa3e25391d160482339ee072c010bcd22dfbbd1 (diff)
downloadFreeBSD-src-d069efd47cacc3156036ed37d5532d6a1d4f55c3.zip
FreeBSD-src-d069efd47cacc3156036ed37d5532d6a1d4f55c3.tar.gz
Flatten all tags of the dist tree of less.
Diffstat (limited to 'contrib/less/pckeys.h')
-rw-r--r--contrib/less/pckeys.h34
1 files changed, 0 insertions, 34 deletions
diff --git a/contrib/less/pckeys.h b/contrib/less/pckeys.h
deleted file mode 100644
index 8683e86d..0000000
--- a/contrib/less/pckeys.h
+++ /dev/null
@@ -1,34 +0,0 @@
-/*
- * Copyright (C) 1984-2007 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.
- */
-
-
-/*
- * Definitions of keys on the PC.
- * Special (non-ASCII) keys on the PC send a two-byte sequence,
- * where the first byte is 0 and the second is as defined below.
- */
-#define PCK_SHIFT_TAB '\017'
-#define PCK_ALT_E '\022'
-#define PCK_CAPS_LOCK '\072'
-#define PCK_F1 '\073'
-#define PCK_NUM_LOCK '\105'
-#define PCK_HOME '\107'
-#define PCK_UP '\110'
-#define PCK_PAGEUP '\111'
-#define PCK_LEFT '\113'
-#define PCK_RIGHT '\115'
-#define PCK_END '\117'
-#define PCK_DOWN '\120'
-#define PCK_PAGEDOWN '\121'
-#define PCK_INSERT '\122'
-#define PCK_DELETE '\123'
-#define PCK_CTL_LEFT '\163'
-#define PCK_CTL_RIGHT '\164'
-#define PCK_CTL_DELETE '\223'
OpenPOWER on IntegriCloud