diff options
| -rw-r--r-- | map.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -95,6 +95,7 @@ Map rbt_maze_map(size_t width, size_t height, unsigned int seed) { /* FIXME: I don't think we need DRAW_MAP_OFFSET_{X,Y} anymore * Although, at the same time, it does make less magic values, so I guess it's fine */ +/* TODO: Maybe add an option to render with ▄? that doubles the resolution, but requires us to use ncursesw, probably. */ void draw_map(Map map, size_t width, size_t height, int offset_x, int offset_y, Position start, Position goal) { /* I think it flickers less when we do that */ wnoutrefresh(stdscr); |
