]> git.draconx.ca Git - rrace.git/commit
curses: Begin to implement a game menu system.
authorNick Bowler <nbowler@draconx.ca>
Sun, 12 Jun 2022 15:51:27 +0000 (11:51 -0400)
committerNick Bowler <nbowler@draconx.ca>
Sun, 12 Jun 2022 15:56:26 +0000 (11:56 -0400)
commit36dd47c5a92410eed56d52619a3617e6ffbf12b2
treee394e701d8460e879b2b2fea780a23fc0cc9061e
parenta0af2394f25fa36cdf70c99c0f435622c5a8435b
curses: Begin to implement a game menu system.

Add the skeleton for very simple control interface based on function
keys.  Show labels along the bottom row for up to 10 functions, with
each corresponding to the first 10 function keys (or esc+number).

For now, hardcode two functions: new game and exit.  More to come.
src/curses.c