From ef0d04492f65e3e6a6c9eab54b748d6e4aa07f00 Mon Sep 17 00:00:00 2001 From: Kirill Petrashin Date: Sat, 11 Apr 2026 22:34:32 +0300 Subject: Update a TODO --- path.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/path.c b/path.c index 94925af..c305d1a 100644 --- a/path.c +++ b/path.c @@ -13,7 +13,7 @@ #include "config.h" /* TODO: make it move the map maybe to show the path */ -/* TODO: figure out input when automatic = 1 */ +/* TODO: figure out input when automatic = 1. timeout() seems useful */ int anim(Map map, size_t width, size_t height, Position start, Position end, Position *cur, char **visited, PositionPQ *frontier) { static char automatic = 0; while (1) { -- cgit v1.2.3