From 43fe7626cc012705cbb18b7572d34ceab0b0f0d2 Mon Sep 17 00:00:00 2001 From: Jitendra Adhikari Date: Mon, 16 Sep 2019 21:09:09 +0700 Subject: [PATCH] docs: add a note about hidden prompt on win os --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10c8aa0..321bc26 100644 --- a/README.md +++ b/README.md @@ -330,7 +330,7 @@ $interactor->greenBold("The name is: $name", true); #### Prompt hidden -> Currently not supported in windows platform, but maybe supported in future. +> On windows platform, it may change the fontface which can be [fixed](https://superuser.com/a/757591). ```php $passValidator = function ($pass) {