Skip to content

Commit

Permalink
Merge pull request ocaml#9197 from gasche/improve-lambda-printing
Browse files Browse the repository at this point in the history
formatter margins and color handling: revert ocaml#244

(cherry picked from commit 61d2352)
  • Loading branch information
Armael authored and ksromanov committed May 2, 2020
1 parent 34184be commit 390ebaf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions utils/misc.ml
Expand Up @@ -695,8 +695,6 @@ module Color = struct
} in
pp_set_mark_tags ppf true; (* enable tags *)
pp_set_formatter_stag_functions ppf functions';
(* also setup margins *)
pp_set_margin ppf (pp_get_margin std_formatter());
()

external isatty : out_channel -> bool = "caml_sys_isatty"
Expand Down

0 comments on commit 390ebaf

Please sign in to comment.