simon-git: putty (main): Jacob Nevins
Commits to Tartarus hosted VCS
tartarus-commits at lists.tartarus.org
Sun Nov 24 12:24:20 GMT 2024
TL;DR:
725870d9 Windows: better -legacy-stdio-prompts fidelity.
Repository: https://git.tartarus.org/simon/putty.git
On the web: https://git.tartarus.org/?p=simon/putty.git
Branch updated: main
Committer: Jacob Nevins <jacobn at chiark.greenend.org.uk>
Date: 2024-11-24 12:24:20
commit 725870d97e0cc638feeacb9f3ff174e1c4d5f815
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=725870d97e0cc638feeacb9f3ff174e1c4d5f815;hp=628a9486afcb87d80678cbd911c0a3bfab4406f0
Author: Jacob Nevins <jacobn at chiark.greenend.org.uk>
Date: Sun Nov 24 04:22:23 2024 +0000
Windows: better -legacy-stdio-prompts fidelity.
In 0.81, some prompts (such as host-key prompts) went to stderr, while
others (such as username and password prompts) went to stdout.
With -legacy-stdio-prompts (or if we otherwise couldn't get console
handles), we were sending all such prompts to stdout, which might have
messed up someone's workflow if they were interacting with the
non-username/password prompts programmatically.
windows/console.c | 23 ++++++++++++-----------
1 file changed, 12 insertions(+), 11 deletions(-)
More information about the tartarus-commits
mailing list