]> git.draconx.ca Git - rrace.git/commit
Factor out build-conditional wresize calls.
authorNick Bowler <nbowler@draconx.ca>
Sat, 18 Jun 2022 01:56:33 +0000 (21:56 -0400)
committerNick Bowler <nbowler@draconx.ca>
Sat, 18 Jun 2022 01:56:33 +0000 (21:56 -0400)
commit7a8e9a559a8d08937a0fde473fb992f18e74132f
treed22677e09771d45f902c78bea0a9ab6432bc21b3
parent2fe01fae44c88046139ddc51c8521d5962ed9ac7
Factor out build-conditional wresize calls.

Instead of using #if HAVE_CURSES_WRESIZE at each call site, we can
make a simple wrapper function that "works" in either case.
src/curses.c