home · contact · privacy
Strongly overhauled keybinding managemment. Window-specific keybindings and a window...
[plomrogue] / src / control.c
2013-09-15 Christian HellerStrongly overhauled keybinding managemment. Window...
2013-09-13 Christian HellerMade keybindings array into linked list; on the way...
2013-09-08 Christian HellerAdded anti-hardcoding todo.
2013-09-02 Christian HellerWindow configuration can now be saved; and edited in...
2013-09-01 Christian HellerHeavily re-structured initialization of windows and...
2013-08-31 Christian HellerNew command: type Z to reload default window configurat...
2013-08-29 Christian HellerMoved several windows control functions from misc libra...
2013-08-29 Christian HellerUse command IDs from command DB as what is recorded...
2013-08-29 Christian HellerCommands are now to be managed by a Command DB, not...
2013-08-28 Christian HellerAll control action is moved from main() to the control...
2013-08-28 Christian HellerMoved meta_keys() into new library "control" to soon...