From cdb7f35e48e799f9cdfc7997196077ced70c1a6c Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Tue, 8 Dec 2015 12:21:05 +0100 Subject: [PATCH] tput sgr0 after vim --- ocaml/qp_edit.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocaml/qp_edit.ml b/ocaml/qp_edit.ml index a693aa2f..adde69a7 100644 --- a/ocaml/qp_edit.ml +++ b/ocaml/qp_edit.ml @@ -212,7 +212,7 @@ let run check_only ezfio_filename = match check_only with | true -> () | false -> - Printf.sprintf "%s %s" editor temp_filename + Printf.sprintf "%s %s ; tput sgr0 2> /dev/null" editor temp_filename |> Sys.command_exn ;