summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-05-26 19:58:31 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-05-26 19:58:31 -0400
commitf736b0bc5e566744d46cbdea5e314801bc4d6d04 (patch)
tree7cea765df8fd265cc94486a83c18b70fd46e1903
parentce5344812aab73488910509eba72d0ffd69a81ab (diff)
cracked it
-rw-r--r--doc/bugs/windows_ssh_webapp_password_entry_broken/comment_2_c0020f6bfb1690ae14560bc5ac791695._comment12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/bugs/windows_ssh_webapp_password_entry_broken/comment_2_c0020f6bfb1690ae14560bc5ac791695._comment b/doc/bugs/windows_ssh_webapp_password_entry_broken/comment_2_c0020f6bfb1690ae14560bc5ac791695._comment
new file mode 100644
index 000000000..558a388d9
--- /dev/null
+++ b/doc/bugs/windows_ssh_webapp_password_entry_broken/comment_2_c0020f6bfb1690ae14560bc5ac791695._comment
@@ -0,0 +1,12 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 2"""
+ date="2015-05-26T23:24:41Z"
+ content="""
+I hacked `process` to set both `DETACHED_PROCESS` and `CREATE_NO_WINDOW`,
+and this solved it!
+
+However, this will need changes to `process` (or a lot of code duplication).
+
+Filed feature request: <https://github.com/haskell/process/issues/32>
+"""]]