Some layout navigation

This commit is contained in:
Léa Saviot
2018-06-25 13:50:38 +02:00
parent 0af06b5f3a
commit 7587b05c8b
4 changed files with 37 additions and 3 deletions

View File

@@ -30,5 +30,7 @@ int main() {
bool recompute = false;
cursor.moveLeft(&recompute);
cursor.log();
cursor.moveRight(&recompute);
cursor.log();
return 0;
}