bug with del touch (EOL overright)
Esysteme opened this issue · 5 comments
Esysteme commented
Hywan commented
Hello :-),
Can you give us a MWE (Minimal Working Example)?
Esysteme commented
set background color on all screen, set cursor on top and ask readline.
have to make some ansi string, will do it tonight
Hywan commented
This is not a bug from Hoa\Console\Readline
. It depends a lot of how you “fill” the background. Can you show me your code please?
Esysteme commented
lib to make a window : https://github.com/Esysteme/glial/blob/master/Glial/Cli/Window.php
code to make it : (work with composer)
<?php
new \Glial\Cli\Window('Title', "line1\nline2\n[[INPUT]]");
?>
not the last one but enough to understand, all char of screen are set with \Glial\Cli\Color and after I just move cursor to set at the right place
Hywan commented
Now we can address this bug :-).