[Unison-hackers] prompts require newline in Cygwin

Jerome Vouillon Jerome.Vouillon at pps.jussieu.fr
Mon Jun 28 07:14:12 EDT 2010


On Thu, Jun 17, 2010 at 05:32:33PM -0400, Andrew Schulman wrote:
> > If you're willing to recompile, try changing
> > 
> >   let supportSignals = Util.osType = `Unix (*|| Util.isCygwin*)
> > 
> > in uitext.ml to
> > 
> >   let supportSignals = Util.osType = `Unix || Util.isCygwin
> > 
> > and see if things improve...
> 
> Yup, that fixed it.

I'm surprised this makes any difference.  Are you sure the issue is
not already fixed in Unison 2.40?

The value of the variable "supportSignals" makes a difference only
when you suspend Unison: when set to true, Unison will restore the
terminal settings before getting suspended.

-- Jerome


More information about the Unison-hackers mailing list