nsf / termbox

Library for writing text-based user interfaces
http://code.google.com/p/termbox
MIT License
1.97k stars 188 forks source link

Few small fixes #15

Closed ssharunas closed 12 years ago

ssharunas commented 12 years ago

Fixed segfault when TERM enviroment variable is not set. Added in/out descriptors closing in case of error in tb_init() (I'm not sure if that is needed at all, since after failed initialization there is nothing else to do as just fail and exit, but it wont hurt to be on safe side :))