X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/c5e9c988d0706d1abb7fab7b2d2b1514bc119584..b65b8aaea82eb57b726e495b53f6c192d0601625:/win_res.rc diff --git a/win_res.rc b/win_res.rc index 37b5eca0..f453e420 100644 --- a/win_res.rc +++ b/win_res.rc @@ -1,6 +1,9 @@ #include +/* Some systems don't define this, so I do it myself if necessary */ +#ifndef TCS_MULTILINE #define TCS_MULTILINE 0x0200 +#endif #include "win_res.h" @@ -105,6 +108,8 @@ BEGIN IDC1_ALTF4, 3, 113, 162, 10 AUTOCHECKBOX "ALT-Space is special (S&ystem menu)", IDC1_ALTSPACE, 3, 123, 162, 10 + AUTOCHECKBOX "&Use local terminal line discipline", + IDC1_LDISCTERM, 3, 133, 162, 10 END IDD_PANEL2 DIALOG DISCARDABLE 6, 30, 168, 163