CruceGameDevel / CruceGame

Open source card game
GNU General Public License v2.0
19 stars 19 forks source link

Interface refactoring #252

Closed Paul92 closed 10 years ago

Paul92 commented 10 years ago

The interface mixes function that write to stdscr (like printw()) with windows. This is bad practice and causes some troubles. Use only windows and functions that use them, like wprintf.

Paul92 commented 10 years ago

Fixed in 1ce1b9b - ce19994