dpc / rhex

ASCII terminal hexagonal map roguelike written in Rust
154 stars 18 forks source link

ncurses has setlocale; drop libc. Use ncurses::chtype. |= attrs into glyph #22

Closed serprex closed 8 years ago

serprex commented 8 years ago

Also changed from en_US-UTF8 to empty string as not all systems have en_US

Changed self.dot to be NORMAL_DOT, will modify back to UNICODE_DOT once fixed

CryZe commented 8 years ago

This fixes the dot (but not due to the escape you did) but the doors are still broken.