promt improved

This commit is contained in:
Tristan Krause 2019-04-05 14:33:15 +02:00
parent 24688ff183
commit e0a4be7685
14 changed files with 91 additions and 29 deletions

View file

@ -4,7 +4,7 @@ ViewMonitor::ViewMonitor() : t_worker(&ViewMonitor::worker, this)
{
}
std::function<void(int)> ViewMonitor::keypress(int& key)
call_t ViewMonitor::keypress(int& key)
{
switch(key)
{