aboutsummaryrefslogtreecommitdiffhomepage
path: root/TODO
diff options
context:
space:
mode:
authorGravatar Roberto E. Vargas Caballero <k0ga@shike2.com>2012-11-13 20:04:50 +0100
committerGravatar Roberto E. Vargas Caballero <k0ga@shike2.com>2012-11-13 20:04:50 +0100
commit3b16695f4e8a29f47ad273912065dfba53544a29 (patch)
treea0fdcffb22ae431323765ab3c6c246decff68e22 /TODO
parentea782bfc5d34d712bc9391e498935d2d27f3116c (diff)
Fix arrow keys terminfo capabilities
Usually the arrow keys generate the ANSI sequence which terminal will understand like a movement, so it is not necessary any dealing for them, the program can not know if the sequence is generate for a echo key or directly from the program. If you need really know if the key was pressed then you need activate the keypad mode where the keys will generate a special code for each keypad key. The terminfo capabilities kcub1, kcud1, kcuf1 and kcuu1 are used for this keypad code, not for the sequence generate in the ansi mode. --- st.info | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
Diffstat (limited to 'TODO')
0 files changed, 0 insertions, 0 deletions