[Unison-hackers] prompts require newline in Cygwin

Benjamin C. Pierce bcpierce at cis.upenn.edu
Thu Jun 17 17:53:02 EDT 2010


No idea, I'm afraid.

  - B


On Jun 17, 2010, at 5:51 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...
> 
> This applies to version 2.40, but not 2.27 or 2.32.  It seems that the
> uitext.ml code has been rewritten since 2.32 - there was no supportSignals
> flag then.  I took a quick look at it and I think I can probably work out
> what change is needed for Cygwin, but if you can easily suggest the
> comparable patch for 2.32 and earlier, please do.  Thanks, 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