summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-05-12 16:29:53 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-05-12 16:29:53 -0400
commit6c6ac101616360df129770cfe7541dd7d78b2947 (patch)
treed77e53f34ca06b3211e553dcfe00a4f4627764ba /doc
parent54af9a9eed26ebdaed1e442d3e9539c6532f5e53 (diff)
pointers
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/minor_display_glitch_with_ssh_password_prompting_and_-J.mdwn4
1 files changed, 4 insertions, 0 deletions
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 b106e664d..1df069466 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 <https://github.com/feuerbach/ansi-terminal/issues/7>
+
--[[Joey]]