10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-19 19:52:15 +02:00

tput sgr0 after vim

This commit is contained in:
Anthony Scemama 2015-12-08 12:21:05 +01:00
parent 88205e0b25
commit cdb7f35e48

View File

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