9 Commits

Author SHA1 Message Date
Thibault Jouan
ceac19b346 Quit on `mod1+q' key binding
* Loop our runner until it is "stopped";
* Use the event dispatcher to stop the runner on `mod1+q' key press;
* Tell the manager to grab the `q' key.
2015-04-09 00:30:13 +00:00
Thibault Jouan
224ae6be5f Implement Runner#run_until 2015-04-09 00:30:13 +00:00
Thibault Jouan
498feb809e Instanciate Manager with a mandatory Dispatcher 2015-04-09 00:30:13 +00:00
Thibault Jouan
6b0676e547 Accept constructor options in Runner.run factory 2015-04-09 00:30:13 +00:00
Thibault Jouan
7c8b312084 Accept stopped status param in Runner constructor 2015-04-09 00:30:13 +00:00
Thibault Jouan
fd13accaf6 Assign a Dispatcher in new Runner instances 2015-04-09 00:30:13 +00:00
Thibault Jouan
b354ffcd62 Add stopped status notion in Runner 2015-04-09 00:30:12 +00:00
Thibault Jouan
44a69b75c6 Accept a Manager instance in Runner constructor 2015-04-09 00:30:12 +00:00
Thibault Jouan
ea0034fd7e Implement basic Runner 2015-04-09 00:30:12 +00:00