use round() instead of trunc() when finding the centre of the screen for scrolling...
commit3092df18a1e75e9ed961c77d9d08417ef9c54025
authorElronnd <elronnd@slashem.me>
Tue, 24 Jan 2017 23:38:11 +0000 (24 16:38 -0700)
committerElronnd <elronnd@slashem.me>
Tue, 24 Jan 2017 23:38:11 +0000 (24 16:38 -0700)
treead9a313becc19950b9ff9ff4f24fa81a5410fe96
parenta8656e40bec31d6675f91f8dc96642041a5ada9a
use round() instead of trunc() when finding the centre of the screen for scrolling purposes.  It works better with odd width/height, and doesn't have a MEANINGFUL effect for an even width/height
src/graphix.d