summaryrefslogtreecommitdiff
path: root/asciifarm/client/inputhandling.hy
AgeCommit message (Collapse)Author
2018-04-14Stopped using hy for keybindingstroido
keybindings are now a JSON format. Somehow hy errored for me, and the cleanest solution seemed not to use hy at all Thinking about it, the client was basically loading a new interpreter to optimize something that didn't need optimizing. It didn't make it more readable/writable either, and it always was a lot of hassle.
2018-01-15provided code to set title of list menutroido
2018-01-04no quotes necessary anymore in keybindings keys. Added some macrostroido
2018-01-03changed KEY_ENTER into NEWLINE. made separate module for naming keystroido
2018-01-03actually made global chat defaulttroido
2018-01-03added world chat and made it defaulttroido
2018-01-03inputhanding now handles keyname lookup. enter is now also namedtroido
2018-01-02catch all errors from prompted commands, and print them to the message logtroido
2018-01-02keybindings are now executed a bit smarter as hy codetroido