JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Remove hardcoded keys form kpress
authorRoberto E. Vargas Caballero <k0ga@shike2.com>
Tue, 13 Nov 2012 19:04:45 +0000 (20:04 +0100)
committerRoberto E. Vargas Caballero <k0ga@shike2.com>
Tue, 13 Nov 2012 19:04:45 +0000 (20:04 +0100)
commitea782bfc5d34d712bc9391e498935d2d27f3116c
tree64cda24a549c2ff74a68f0540239d5a49d3e0677
parent93f31166bfff317e050dde1723cfa8302c6f85d3
Remove hardcoded keys form kpress

Some keys were in the Key array while others were hardcoded in
kpress().This cause some problems with some keys which can generate more of
one string based in the configuration of the terminal.
---
 config.def.h |   70 ++++++++++++++++++++++++++++++++++++++++-----------------
 st.c         |   71 +++++++++++++++++++++++++---------------------------------
 2 files changed, 79 insertions(+), 62 deletions(-)
config.def.h
st.c