# HG changeset patch # User Ken Brown # Date 1287404621 14400 # Node ID 502ba24bf65787a6a7222dfb0f9aff3b3eb5ba69 # Parent 2e8109ba205db495059abd534c30f22af8b8ab13 * src/s/cygwin.h (SIGNALS_VIA_CHARACTERS): New define (bug#7225). diff -r 2e8109ba205d -r 502ba24bf657 src/ChangeLog --- a/src/ChangeLog Sun Oct 17 14:59:58 2010 -0400 +++ b/src/ChangeLog Mon Oct 18 08:23:41 2010 -0400 @@ -1,3 +1,7 @@ +2010-10-18 Ken Brown + + * s/cygwin.h (SIGNALS_VIA_CHARACTERS): New define (bug#7225). + 2010-10-15 Kenichi Handa Fix incorrect font metrics when the same font is opened with diff -r 2e8109ba205d -r 502ba24bf657 src/s/cygwin.h --- a/src/s/cygwin.h Sun Oct 17 14:59:58 2010 -0400 +++ b/src/s/cygwin.h Mon Oct 18 08:23:41 2010 -0400 @@ -132,6 +132,9 @@ returns ENOSYS. A workaround is to set G_SLICE=always-malloc. */ #define G_SLICE_ALWAYS_MALLOC +/* Send signals to subprocesses by "typing" special chars at them. */ +#define SIGNALS_VIA_CHARACTERS + /* the end */ /* arch-tag: 5ae7ba00-83b0-4ab3-806a-3e845779191b