From 4855837019e800e987151829588492b39bc4354c Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Fri, 27 Nov 2015 09:37:16 +0100 Subject: [PATCH] tput init -> tput sgr0 --- 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 0ad55ef0..f6a2ac9c 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 ; tput init &> /dev/null" editor temp_filename + Printf.sprintf "%s %s ; tput sgr0 2> /dev/null" editor temp_filename |> Sys.command_exn ;