From 1a0390e418d154b71ea87ff06a1bfbd7556c63a6 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 12 May 2017 16:29:53 -0400 Subject: [PATCH] pointers --- ...nor_display_glitch_with_ssh_password_prompting_and_-J.mdwn | 4 ++++ 1 file changed, 4 insertions(+) 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]]