refresh mit cooldown
This commit is contained in:
parent
167e0a3ce8
commit
24688ff183
5 changed files with 33 additions and 6 deletions
|
@ -58,9 +58,8 @@ std::function<void(int)> ViewPromt::keypress(int& key)
|
|||
if(input.length())
|
||||
input.pop_back();
|
||||
break;
|
||||
case '\t':
|
||||
case KEY_LEFT:
|
||||
selection = (selection + 1 ) % 2;
|
||||
break;
|
||||
case KEY_RIGHT:
|
||||
selection = (selection + 1 ) % 2;
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue