]> git.draconx.ca Git - rrace.git/commit
curses: Parameterize vertical position of the game.
authorNick Bowler <nbowler@draconx.ca>
Sat, 11 Jun 2022 22:42:21 +0000 (18:42 -0400)
committerNick Bowler <nbowler@draconx.ca>
Sat, 11 Jun 2022 22:43:37 +0000 (18:43 -0400)
commit6225515f53bba92dabb673385795566c385d4078
tree32be2b9fd4db73c30649f83280a6432e3d2420b7
parent83cf6ab853216f8b7b61b484e851863d2904b573
curses: Parameterize vertical position of the game.

Move a bunch of magic constants into a single definition so that the
game's vertical position on the screen can be adjusted more easily.
src/curses.c