Re: cygwin 1.3.21 breaks ssh terminal interaction

2003-03-14 Thread Ronald Landheer-Cieslak
For me: rxvt: neither open a new console cmd: only Cygwin version opens a new console (I don't know enough of Emacs to try) gdb running from cmd: neither opens a new console $ uname -a CYGWIN_NT-4.0 nt4-rlandheer 1.3.21(0.77/3/2) 2003-03-12 00:24 i686 unknown unknown Cygwin Note that the consol

Re: cygwin 1.3.21 breaks ssh terminal interaction

2003-03-14 Thread Rolf Campbell
Sorry Ronald, but this program operated EXACTLY the same (on my machine) regardless of how it is compiled (with -mno-cygwin or not). From rxvt: Niether open a new console From cmd: Niether open a new console From Emacs: Both open a new console Ronald Landheer-Cieslak wrote: try using an AllocCon

Re: cygwin 1.3.21 breaks ssh terminal interaction

2003-03-14 Thread Ronald Landheer-Cieslak
try using an AllocConsole() in your non-Cygwin app and in your Cygwin app, like so: #include #include #include #include // STC for the phantom console 1.3.21-1 problem inline void OpenConsole(void) { int hCrt; FILE * hf; if (AllocConsole()) { #ifndef __CYGWIN__ hCrt

Re: cygwin 1.3.21 breaks ssh terminal interaction

2003-03-14 Thread Rolf Campbell
Corinna Vinschen wrote: On Fri, Mar 14, 2003 at 03:48:40PM +0100, Loewis Martin von wrote: After upgrading to the latest cygwin, ssh won't ask me for a password anymore in the terminal window that WinCVS 1.3.12.1 opens. I have confirmed that this is the cause of the problem by reverting cygwin to

Re: cygwin 1.3.21 breaks ssh terminal interaction

2003-03-14 Thread Max Bowsher
Loewis Martin von wrote: > After upgrading to the latest cygwin, ssh won't ask me > for a password anymore in the terminal window that WinCVS > 1.3.12.1 opens. I have confirmed that this is the cause > of the problem by reverting cygwin to 1.3.20. > > The same happens when I run WinCVS' cvs.exe in

Re: cygwin 1.3.21 breaks ssh terminal interaction

2003-03-14 Thread Corinna Vinschen
On Fri, Mar 14, 2003 at 03:48:40PM +0100, Loewis Martin von wrote: > After upgrading to the latest cygwin, ssh won't ask me > for a password anymore in the terminal window that WinCVS > 1.3.12.1 opens. I have confirmed that this is the cause > of the problem by reverting cygwin to 1.3.20. > > The

cygwin 1.3.21 breaks ssh terminal interaction

2003-03-14 Thread Loewis Martin von
After upgrading to the latest cygwin, ssh won't ask me for a password anymore in the terminal window that WinCVS 1.3.12.1 opens. I have confirmed that this is the cause of the problem by reverting cygwin to 1.3.20. The same happens when I run WinCVS' cvs.exe in a terminal window. As a result, ss