home · contact · privacy
Commands are now to be managed by a Command DB, not by passing around arbitrary strings.
authorChristian Heller <c.heller@plomlompom.de>
Thu, 29 Aug 2013 01:15:25 +0000 (03:15 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Thu, 29 Aug 2013 01:15:25 +0000 (03:15 +0200)
commit58f0067336c9239750009b3f35d18031bec8f7b5
tree60433bf9e5d8228595398c58f2c220c0eb66a7c9
parente55ff0044903e9af87e24d01a809ce0a0c562633
Commands are now to be managed by a Command DB, not by passing around arbitrary strings.
config/commands [new file with mode: 0644]
config/keybindings
src/command_db.c [new file with mode: 0644]
src/command_db.h [new file with mode: 0644]
src/control.c
src/draw_wins.c
src/main.c
src/main.h
src/rexit.c
src/rexit.h