mirror of
https://github.com/LCPQ/quantum_package
synced 2024-12-23 12:56:14 +01:00
tput init -> tput sgr0
This commit is contained in:
parent
281c6aae33
commit
4855837019
@ -212,7 +212,7 @@ let run check_only ezfio_filename =
|
|||||||
match check_only with
|
match check_only with
|
||||||
| true -> ()
|
| true -> ()
|
||||||
| false ->
|
| 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
|
|> Sys.command_exn
|
||||||
;
|
;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user