Closed gedaiu closed 7 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;.
enum int TIOCGWINSZ = 0x5413
enum TIOCGWINSZ = 0x40087468;
I wonder if it does work with both, or mine is outdated or something similar.
I don't know... because I don't use it... I needed this library to color the text.
Just wondering: I did something similar in my program to work with OSX. Instead of your
enum int TIOCGWINSZ = 0x5413
, I haveenum TIOCGWINSZ = 0x40087468;
.I wonder if it does work with both, or mine is outdated or something similar.