You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
installer: offer pseudo console support as an experimental option
Cygwin runtime v3.1.x came with a really cool new feature: pseudo
console support. Theoretically, this allows users to run native console
programs in a MinTTY without having to use winpty. Practically, the
feature is unfortunately still too buggy to unleash onto the Git for
Windows user masses. But we can offer it as an experimental option so
that users can provide early feedback.
Signed-off-by: Johannes Schindelin <[email protected]>
RdbExperimentalOptions[GP_EnablePCon]:=CreateCheckBox(ExperimentalOptionsPage,'Enable experimental support for pseudo consoles.','<RED>(NEW!)</RED> This allows running native console programs like Node or Python in a'+#13+'Git Bash window without using winpty, but it still has known bugs.',TabOrder,Top,Left);
2102
+
2103
+
// Restore the settings chosen during a previous install
0 commit comments