Remove input field from struct run_request
commit04d29fcf40931ac9db539c7877096306c8913d81
authorJonas Fonseca <jonas.fonseca@gmail.com>
Wed, 12 Mar 2014 05:29:53 +0000 (12 01:29 -0400)
committerJonas Fonseca <jonas.fonseca@gmail.com>
Wed, 12 Mar 2014 05:30:21 +0000 (12 01:30 -0400)
treefb23db438a96b6b33b093d49b954be80cdb629ad
parent4ccbbb28c5888eadc7b39b630296e81cc54c6dd6
Remove input field from struct run_request

Instead the help view now uses get_keys() to get a hold of the key
mapping.

This also removed a macro from a .c file.
include/tig/keys.h
src/help.c
src/keys.c