]> granicus.if.org Git - procps-ng/commit
top: fix 'iokey()' flaw preventing proper translations
authorJim Warner <james.warner@comcast.net>
Thu, 7 Jun 2018 05:00:00 +0000 (00:00 -0500)
committerCraig Small <csmall@enc.com.au>
Sat, 9 Jun 2018 11:45:38 +0000 (21:45 +1000)
commitc3323bdb687076f8e4800e7130f863ebec0a18fb
treeef9e87b11b9ebca6673d6eee70722dfb98c01bfc
parent6cf89d5065cb64c60f8466fd283fc0fe941ef45b
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