summaryrefslogtreecommitdiffstats
path: root/contrib/nvi
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2000-12-01 15:36:10 +0000
committerru <ru@FreeBSD.org>2000-12-01 15:36:10 +0000
commit7679eff29594d117cda151a56e29490265ab98cb (patch)
treef561985db710ea670390e3d1d51a9e439a39db22 /contrib/nvi
parentf3693740f3994723ae463b65c2ca1ba2bd1f063c (diff)
parenta0f3c80b90dd2addddb37aa3047d008fc519b99a (diff)
downloadFreeBSD-src-7679eff29594d117cda151a56e29490265ab98cb.zip
FreeBSD-src-7679eff29594d117cda151a56e29490265ab98cb.tar.gz
This commit was generated by cvs2svn to compensate for changes in r69482,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'contrib/nvi')
-rw-r--r--contrib/nvi/cl/cl_bsd.c1
-rw-r--r--contrib/nvi/cl/cl_term.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/contrib/nvi/cl/cl_bsd.c b/contrib/nvi/cl/cl_bsd.c
index 4a06a54..22124e5 100644
--- a/contrib/nvi/cl/cl_bsd.c
+++ b/contrib/nvi/cl/cl_bsd.c
@@ -210,6 +210,7 @@ static const TL list[] = {
"kdl1", "kL", /* Delete line. */
"ked", "kS", /* Delete to end of screen. */
"kel", "kE", /* Delete to eol. */
+ "kend", "@7", /* Go to eol. */
"khome", "kh", /* Go to sol. */
"kich1", "kI", /* Insert at cursor. */
"kil1", "kA", /* Insert line. */
diff --git a/contrib/nvi/cl/cl_term.c b/contrib/nvi/cl/cl_term.c
index e400740..c36bb38 100644
--- a/contrib/nvi/cl/cl_term.c
+++ b/contrib/nvi/cl/cl_term.c
@@ -51,6 +51,7 @@ static TKLIST const c_tklist[] = { /* Command mappings. */
{"kel", "D", "delete to eol"},
{"kind", "\004", "scroll down"}, /* ^D */
{"kll", "$", "go to eol"},
+ {"kend", "$", "go to eol"},
{"khome", "^", "go to sol"},
{"kich1", "i", "insert at cursor"},
{"kdl1", "dd", "delete line"},
OpenPOWER on IntegriCloud