-
Notifications
You must be signed in to change notification settings - Fork 311
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No prompt (“>>>”) is displayed on Win10 #428
Comments
Can you paste the output of Shell history requires The prompt should be showing up, though. I’ll take a look at that. |
|
I'm not sure about |
Looks like you've got readline anyway. It should be working :( |
Readline support under Cygwin appears to be incomplete. See this comment on php.net: http://php.net/manual/en/function.readline.php#121244 Closing this because there's not much we can do on our end. Sorry :( |
I figured out how resolve this problem in cygwin or babun(based on cygwin) In babun you need to use the package manager $ pact install php php-posix php-mbstring .... In cygwin you need to use $ apt-cyg install php php-posix php-mbstring .... The situation with GitBash for Windows is that is a |
Thanks @kip-13! Do you mind starting a page in the wiki about this? |
I'll write about this in a page @bobthecow, maybe in Installation section like other item in "More installation info" ? |
Sure. Thank you! |
@bobthecow, added the page in the wiki, let me know if it's correct for you. |
If I run psysh inside GitBash or Cygwin, no prompt (">>>") is displayed. Arrows up&down doesn’t list the history. However, other things seemingly work.
There is no such a problem with cmd.exe. However, it sacrifices the colorful output.
Win10, Psy Shell v0.8.11 (PHP 7.1.10 — cli)
The text was updated successfully, but these errors were encountered: