After installing OS 5.2.8 Ultimate, Everything works, except that the text font is white and the text size is the same.
Image with a problem:
Asked
Active
Viewed 39 times
0

Robin Green
- 32,079
- 16
- 104
- 187

futur1st
- 61
- 1
- 11
-
1Font? Your composer doesn't output `\x1b` properly, it's not a ConEmu problem. – Maximus May 26 '18 at 09:29
-
thanks for answer, but where search the problem? – futur1st May 26 '18 at 09:35
-
1https://github.com/composer/composer/issues/5323#issuecomment-220445695 On the composer site? – Maximus May 26 '18 at 09:48
-
Thanks a lot, i added in composer.bat next code: php "%~dp0composer.phar" %* --no-ansi, and ist' working for composer -v. But for laravel -v, is the same problem – futur1st May 26 '18 at 12:37
-
I think it's PHP problem – Maximus May 26 '18 at 13:54