package goblint
Static analysis framework for C
Install
dune-project
Dependency
Authors
Maintainers
Sources
goblint-2.6.0.tbz
sha256=20d5b7332a9f6072ab9ba86c4a53b898eaf681286c56a8805c41850bbf3ddf41
sha512=7c7685cfcd9aa866bc40e813df2bfcb3c79b3d40e615d8d6d0939c5798b9d70dd7f2ba87a741f5ba0ce891e9d254627207fb28057f1f2f6611e4e0d128fd6a71
doc/src/goblint.logs/ansiColors.ml.html
Source file ansiColors.ml
1 2 3 4 5 6 7 8 9 10 11 12
(** ANSI escape colors. *) let table = let open GobList.Syntax in let colors = [("gray", "30"); ("red", "31"); ("green", "32"); ("yellow", "33"); ("blue", "34"); ("violet", "35"); ("turquoise", "36"); ("white", "37"); ("reset", "0;00")] in let modes = [(Fun.id, "0" (* normal *)); (String.uppercase_ascii, "1" (* bold *))] in let+ (color, color_code) = colors and+ (mode_fn, mode_code) = modes in (mode_fn color, Format.sprintf "\027[%s;%sm" mode_code color_code) let stderr = ref true (* matches schema default *)
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>