10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-26 07:02:14 +02:00

tput init -> tput sgr0

This commit is contained in:
Anthony Scemama 2015-11-27 09:37:16 +01:00
parent 281c6aae33
commit 4855837019

View File

@ -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
;