home · contact · privacy
-s takes optional argument: number of turn from which to start replay.
[plomrogue] / draw_wins.h
1 void draw_with_linebreaks (struct Win *, char *, uint16_t);
2 void draw_text_from_bottom (struct Win *, char *);
3 void draw_log_win (struct Win *);
4 void draw_map_win (struct Win *);
5 void draw_info_win (struct Win *);
6 void draw_keys_win (struct Win *);