robik / ConsoleD

Because colors are awesome.
63 stars 11 forks source link

Fixed OSX build #23

Closed gedaiu closed 7 years ago

vladdeSV commented 9 years ago

Just wondering: I did something similar in my program to work with OSX. Instead of your enum int TIOCGWINSZ = 0x5413, I have enum TIOCGWINSZ = 0x40087468;.

I wonder if it does work with both, or mine is outdated or something similar.

gedaiu commented 9 years ago

I don't know... because I don't use it... I needed this library to color the text.