diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-07-07 00:34:37 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-07-07 00:34:37 +0200 |
commit | 105d680aea9f449c118520597a822e834a00c0ac (patch) | |
tree | e2fc89bc12416a10911da3088ee8aee2bb2ca404 /runtime/doc/intro.txt | |
parent | c07e144c821abe2bcb7824c1c683ebf674d69754 (diff) | |
parent | 1ae7744f42fe60ebc2caa383be4d17e714c71c5f (diff) | |
download | rneovim-105d680aea9f449c118520597a822e834a00c0ac.tar.gz rneovim-105d680aea9f449c118520597a822e834a00c0ac.tar.bz2 rneovim-105d680aea9f449c118520597a822e834a00c0ac.zip |
Merge #6816 'TUI improvements'
Removed these commits (test-suite changes):
e2fba01910e0
7c809c4bc708
18e7cd9e9727
Diffstat (limited to 'runtime/doc/intro.txt')
-rw-r--r-- | runtime/doc/intro.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/intro.txt b/runtime/doc/intro.txt index c745d60ebc..88d04aa76b 100644 --- a/runtime/doc/intro.txt +++ b/runtime/doc/intro.txt @@ -442,8 +442,8 @@ available on a few terminals. Note: There are two codes for the delete key. 127 is the decimal ASCII value for the delete key, which is always recognized. Some delete keys send another -value, in which case this value is obtained from the termcap entry "kD". Both -values have the same effect. +value, in which case this value is obtained from the |terminfo| entry "key_dc". +Both values have the same effect. Note: The keypad keys are used in the same way as the corresponding "normal" keys. For example, <kHome> has the same effect as <Home>. If a keypad key |