diff --git a/doc/bugs/minor_display_glitch_with_ssh_password_prompting_and_-J.mdwn b/doc/bugs/minor_display_glitch_with_ssh_password_prompting_and_-J.mdwn index b106e664d5..1df069466e 100644 --- a/doc/bugs/minor_display_glitch_with_ssh_password_prompting_and_-J.mdwn +++ b/doc/bugs/minor_display_glitch_with_ssh_password_prompting_and_-J.mdwn @@ -39,7 +39,11 @@ Some approaches to fix it: we then know ssh will prompt, we can display the hostname as context for the "Password:" prompt it uses. + Needs concurrent-output 1.8.0 + 4. Find a way to add cursor position querying to ansi-terminal. Can it be done portably? + See + --[[Joey]]