summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-05-16 15:28:06 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-05-16 15:50:11 -0400
commit5f2ce9e7dfd19a387b79334bb3e1c496221663aa (patch)
tree92f9e9c34186884f7c8f920375b1afcded731a7e /doc
parent68b490cd2863ef39b9c478a9da566802f3cccb1d (diff)
clear regions before ssh prompt
When built with concurrent-output 1.9, ssh password prompts will no longer interfere with the -J display. To avoid flicker, only done when ssh actually does need to prompt; ssh is first run in batch mode and if that succeeds the connection is up and no need to clear regions. This commit was supported by the NSF-funded DataLad project.
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/minor_display_glitch_with_ssh_password_prompting_and_-J.mdwn2
1 files changed, 2 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 1df069466..a8e0871a1 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
@@ -47,3 +47,5 @@ Some approaches to fix it:
See <https://github.com/feuerbach/ansi-terminal/issues/7>
--[[Joey]]
+
+> [[fixed|done]] using option #3. --[[Joey]]