[Unison-hackers] prompts require newline in Cygwin

Benjamin C. Pierce bcpierce at cis.upenn.edu
Thu Jun 17 17:37:50 EDT 2010


OK, will do.


On Jun 17, 2010, at 5:32 PM, 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.
> 
> If you're agreeable, I'd like for you to incorporate that change upstream.
> Meanwhile, for now I'll incorporate it as a patch in the existing Cygwin
> packages (unison2.27, unison2.32, unison2.40).
> 
> Thank you for clearing that up.  After, what, 5 years of being bothered by
> that?
> 
> Andrew.
> 
> _______________________________________________
> Unison-hackers mailing list
> Unison-hackers at lists.seas.upenn.edu
> http://lists.seas.upenn.edu/mailman/listinfo/unison-hackers



More information about the Unison-hackers mailing list