This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
cs:usable_windows [2020/04/01 04:58] paolo_bolzoni [Command line] |
cs:usable_windows [2020/04/01 05:01] (current) paolo_bolzoni little touch up in winpty |
||
|---|---|---|---|
| Line 46: | Line 46: | ||
| === TTY-sensible programs === | === TTY-sensible programs === | ||
| - | Few programs, like __nodejs__, have problems using Msys2. When you execute them the console seems to hang. It is caused because the expect stdout do be a TTY, in other words stdout must follow the terminal interface protocol. | + | Few programs, like __nodejs__, have problems using Msys2. When you execute them the console seems to hang. It happens because they expect the stdout do be a TTY, in other words stdout must follow the terminal interface protocol. |
| - | In Mysys2 shell, it is not the case: | + | The Mysys2 shell does not: |
| $ node -p -e 'Boolean(process.stdout.isTTY)' | $ node -p -e 'Boolean(process.stdout.isTTY)' | ||