]> granicus.if.org Git - procps-ng/commit
top: fix 'iokey()' flaw preventing proper translations
authorJim Warner <james.warner@comcast.net>
Wed, 6 Jun 2018 05:00:00 +0000 (00:00 -0500)
committerCraig Small <csmall@enc.com.au>
Wed, 13 Jun 2018 12:11:28 +0000 (22:11 +1000)
commit42f0a341ba5d3cbcd883bef538384ae705984bd9
tree8f27febbda57ec65bed682e86cefe58cc88ae72e
parent0bfe708c4b22d901ded1148e5771946568817326
top: fix 'iokey()' flaw preventing proper translations

As it turns out, the very first entry in the 'iokey()'
tinfo_tab was preventing the proper translation of the
simulated PgUp/PgDn keys (ctrl+meta+k/j). Ignoring the
tortured history behind the most recent change to that
entry, this patch restores the previous value and once
again properly translates these particular keystrokes.

Signed-off-by: Jim Warner <james.warner@comcast.net>
top/top.c