summaryrefslogtreecommitdiff
path: root/asciifarm/client/main.py
AgeCommit message (Collapse)Author
2018-01-11Replace None equality checks with identity checksrakiru
Both work, but the identity check is the more correct/idiomatic approach (and also ever-so-slightly more efficient).
2018-01-10started tildenames client-sidetroido
2018-01-01made keybindings readable from an actual filetroido
2017-12-30keybindings can be imported now, though it will probably require some hackerytroido
2017-11-01messages can now be logged to a filetroido
2017-10-30finally made everything executable that I wanted to be executabletroido