]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - unix/uxcfg.c
Serial back end for Unix. Due to hardware limitations (no Linux box
[PuTTY.git] / unix / uxcfg.c
index 067fc7ed011c36867d555257338f4833b86a06df..de8e8865bfe007a16d5b9f1834342fc490c4d79a 100644 (file)
@@ -69,4 +69,11 @@ void unix_setup_config_box(struct controlbox *b, int midsession)
        }
     }
 
+    /*
+     * Serial back end is available on Unix. However, we have to
+     * mask out a couple of the configuration options: mark and
+     * space parity are not conveniently supported, and neither is
+     * DSR/DTR flow control.
+     */
+    ser_setup_config_box(b, midsession, 0x07, 0x07);
 }