diff options
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -147,7 +147,6 @@ int main(int argc, char **argv) { draw_map(map, width, height, offset_x, offset_y, start_pos, end_pos, NULL, path, visited, NULL); char c = getch(); switch (c) { - /* FIXME: scroll the view not the content or whatever */ case 'h': offset_x += 2; break; case 'l': offset_x -= 2; break; case 'j': offset_y -= 1; break; |
