From: Devin J. Pohly Date: Wed, 11 Oct 2017 13:47:14 +0000 (-0500) Subject: Move key-matching functions into x.c X-Git-Url: https://git.danieliu.xyz/?a=commitdiff_plain;h=ed132e11271d18a5d8aa163096bc6192c694bc47;hp=ed132e11271d18a5d8aa163096bc6192c694bc47;p=st.git Move key-matching functions into x.c Modifiers and keysyms are specific to X, and the functions match and kmap are only used in x.c. Needed to global-ize the key arrays and lengths from config.h (for now). Signed-off-by: Devin J. Pohly ---