prefs: Pack keybinding-related globals together and avoid much direct access
commit852f3266507ccd06a894a797c67881cc21e5dca7
authorColomban Wendling <ban@herbesfolles.org>
Sun, 10 Aug 2014 12:57:33 +0000 (10 14:57 +0200)
committerColomban Wendling <ban@herbesfolles.org>
Sun, 10 Aug 2014 13:46:44 +0000 (10 15:46 +0200)
tree705d5377da2b2060f04a2b2686b88f1a85b41b48
parenta8a6ef7d131e49e1cc5ed843ebec3167fd7b018b
prefs: Pack keybinding-related globals together and avoid much direct access

This however doesn't get rid of any of the global data itself, it only pack it
in a struct and passes pointer to this struct around instead of accessing the
global whenever possible.
src/prefs.c