X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=unix%2Fuxplink.c;h=2505cb2a0637b648830710eba0ecdd8f860b65f5;hb=162d04d360d8d70269ad17a02d44a983cb8dbfef;hp=bbbf0d8b66cb5330d3a23608cd808897580f4d25;hpb=12d8a02aad2e4f10a7e4803aa0612daaa64f201a;p=PuTTY.git diff --git a/unix/uxplink.c b/unix/uxplink.c index bbbf0d8b..2505cb2a 100644 --- a/unix/uxplink.c +++ b/unix/uxplink.c @@ -271,6 +271,9 @@ char *get_ttymode(void *frontend, const char *mode) GET_BOOL("IXANY", IXANY, c_iflag, ); #endif /* Configuration of OPOST */ +#if defined(OLCUC) + GET_BOOL("OLCUC", OLCUC, c_oflag, ); +#endif #if defined(ONLCR) GET_BOOL("ONLCR", ONLCR, c_oflag, ); #endif @@ -314,7 +317,7 @@ char *get_ttymode(void *frontend, const char *mode) * IGNPAR PARMRK INPCK CS7 CS8 PARENB PARODD * - Things that want to be enabled in one place that we don't * squash locally. - * IUCLC OLCUC + * IUCLC * - Status bits. * PENDIN * - Things I don't know what to do with. (FIXME)