Skip to content

Commit

Permalink
This commit was generated by cvs2svn to compensate for changes in r69…
Browse files Browse the repository at this point in the history
…482,

which included commits to RCS files with non-trunk default branches.
  • Loading branch information
ru authored and ru committed Dec 1, 2000
2 parents f369374 + a0f3c80 commit 7679eff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions contrib/nvi/cl/cl_bsd.c
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down
1 change: 1 addition & 0 deletions contrib/nvi/cl/cl_term.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
Expand Down

0 comments on commit 7679eff

Please sign in to comment.