$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.")
