openbsd-ports/net/unison/stable/patches/patch-uitext_ml
sturm 353cc18337 a few patches from the unison cvs repo to improve stability
from maintainer Zvezdan Petkovic <zpetkovic at acm.org>
2005-05-30 19:27:45 +00:00

16 lines
675 B
Plaintext

$OpenBSD: patch-uitext_ml,v 1.1 2005/05/30 19:27:45 sturm Exp $
Post-release developer patch.
o Missing call to restoreTerminal.
See http://lists.seas.upenn.edu/pipermail/unison-hackers/2005-May/000092.html
--- uitext.ml.orig Mon Sep 6 15:15:46 2004
+++ uitext.ml Fri May 27 17:01:29 2005
@@ -423,6 +423,8 @@ let setWarnPrinter() =
(["n";"q";"x"],
("Exit"),
fun()->
+ alwaysDisplay "\n";
+ restoreTerminal ();
Lwt_unix.run (Update.unlockArchives ());
exit 1)]
(fun()-> display "Press return to continue.")