diff options
| author | Kirill Petrashin <kirill8201@yandex.ru> | 2026-04-11 22:26:01 +0300 |
|---|---|---|
| committer | Kirill Petrashin <kirill8201@yandex.ru> | 2026-04-11 22:26:01 +0300 |
| commit | 68e787ef8883b75b95134a9649ee257395ca5258 (patch) | |
| tree | 23f8125c23f215635b13241c3d721defa3662a55 /main.c | |
| parent | e423c81971fb362b98e13b8172c107ed4f1af647 (diff) | |
| download | astar-68e787ef8883b75b95134a9649ee257395ca5258.tar.xz | |
Add a TODO entry
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -146,6 +146,7 @@ int main(int argc, char **argv) { while (1) { draw_map(map, width, height, start_pos, end_pos, NULL, path, visited, NULL); char c = getch(); + /* TODO: add a keybinding to calculate the path again, or maybe do it on 'a' */ switch (c) { case 'h': map_offset_x += 2; break; case 'l': map_offset_x -= 2; break; |
