Console
Console copied to clipboard
The Hoa\Console library.
… related to types
_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...
Dependabot can't resolve your PHP dependency files. As a result, Dependabot couldn't update your dependencies. The error Dependabot encountered was: ``` Your requirements could not be resolved to an installable...
Fixes parsing terminfo databases in extended number format, where numbers and string capabilities are wrong. According to man term(5), if the magic number is 542 (octal 01036), numbers are signed...
Resolves https://github.com/hoaproject/Console/issues/83
Hi. My os is Lubuntu. Setting the cursor position doesn't change anything, echo is still printed, in a continuous stream where anything printed is printed following each other. ``` Hoa\Console\Cursor::moveTo(0,...
So Symfony console got great feature last year https://symfony.com/blog/new-in-symfony-4-1-advanced-console-output It allows things like showing multiple progress bars at the same time. I thought you might be interested to implement this...
The "Basic usage" example of Readline in official manual called [Hack book of Hoa\Console](https://hoa-project.net/En/Literature/Hack/Console.html) doesn't working as expected. Here's this example: ``` $rl = new Hoa\Console\Readline\Readline(); do { $line =...
In `Tput`, the `_booleans`, `_numbers`, and `_strings` attributes should be moved as protected constants to save memory. The code should be changed lightly.