Christian Palm

Results 3 comments of Christian Palm

I've also now bought the full version to support (although I'm just developing a non-profit smarthome project for myself). I'm hoping that there will be soon some new version since...

This happens when executing "tput" to get the width of the terminal in Terminal.php line 51 ff. ``` private static function tput($default, $param = 'cols') { $test = exec('tput '...

I think the tput function could be optimized like the following. It's working good in my environment. ``` private static function tput($default, $param = 'cols') { if (strtoupper(substr(PHP_OS, 0, 3))...