]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/blobdiff - windows/winplink.c
Implement connection sharing between instances of PuTTY.
[PuTTY_svn.git] / windows / winplink.c
index 5849e0d4a1b8e0caa20cd287949b2af92aafdf9c..ac7069a2e3fd966e5b8c376e7a06d9d5e411f685 100644 (file)
@@ -288,6 +288,9 @@ void stdouterr_sent(struct handle *h, int new_backlog)
     }
 }
 
+const int share_can_be_downstream = TRUE;
+const int share_can_be_upstream = TRUE;
+
 int main(int argc, char **argv)
 {
     int sending;