tapio / rlutil

C and C++ utilities for cross-platform console roguelike game creation.
http://tapio.github.com/rlutil/
229 stars 42 forks source link

Slight test tweaks #17

Closed nabijaczleweli closed 8 years ago

nabijaczleweli commented 8 years ago

Mostly reduces flushing in test.cpp

nabijaczleweli commented 8 years ago

I'm on merging this

nabijaczleweli commented 8 years ago

This is good to go now (includes all your new commits as well)

tapio commented 8 years ago

There were some things I didn't like, such as empty line before the blinking cursor that waits for anykey, so I manually picked other things from this PR. Still left is the \n vs. endl, but I'm not sure if it's worth it. In many cases, \n causes flush anyway, and regardless, it's not an performance issue here.

nabijaczleweli commented 8 years ago

Very well, very well