Add information about why CLI doesn't work fine on Cygwin

This commit is contained in:
Juan Cruz Viotti 2014-12-24 08:04:36 -04:00
parent 7634040c62
commit 7246740336

View File

@ -72,5 +72,5 @@ If you add a new `man` page, remember to add the `roff` filename to the `man` ar
## Caveats
- Some interactive widgets don't work on [Cygwin](https://cygwin.com/). If you're running Windows, it's preferrable that you use `cmd.exe`.
- Some interactive widgets don't work on [Cygwin](https://cygwin.com/). If you're running Windows, it's preferrable that you use `cmd.exe`, as `Cygwin` is [not official supported by Node.js](https://github.com/chjj/blessed/issues/56#issuecomment-42671945).
- Most commands require an `<id>` argument, however [Commander](https://github.com/tj/commander.js) refuses to show that in the help page. This will be fixed soon.