Problem: SIGCONT handler is not called (Cygwin or Bash problem ?)

2004-09-05 Thread Vankemmel Rudi
Hi, in the process of porting some software to the Cygwin environment i came across a problem when trying to install a signal SIGCONT handler. This is needed as the program puts the terminal into certain states that need to be reset/set again when SIGTSTP/SIGCONT signals are received. My problem

RE: Problem: SIGCONT handler is not called (Cygwin or Bash problem ?)

2004-09-08 Thread Vankemmel Rudi
sent ? I'm rather in the dark on what is happening and why. best regards, Rudi -Original Message- From: Vankemmel Rudi Sent: maandag 6 september 2004 8:19 To: [EMAIL PROTECTED] Subject: Problem: SIGCONT handler is not called (Cygwin or Bash problem ?) ... My problem is that the SI