You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-14Lines changed: 16 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -39,8 +39,8 @@ For each of the supported colors (black, red, green, yellow, blue, magenta, cyan
39
39
The functions are passed a string and wrap the string with ANSI codes to enable an ANSI graphic representation for the text, with a reset after the text.
40
40
41
41
Note that the exact color interpretation of the ANSI codes varies significantly between platforms and applications, and
42
-
is frequently configurable, often using themes. You may need to adjust your application's settings to get an optimum
43
-
display.
42
+
is frequently configurable, often using themes.
43
+
You may need to adjust your application's settings to get an optimum display.
44
44
45
45
In addition there are functions `bold`, `inverse`, and `italic` and constants `bold-font`, `inverse-font`, `italic-font`, and `reset-font`.
46
46
@@ -67,7 +67,8 @@ BinaryData is simply a randomly accessible collection of bytes, with a known len
67
67
```
68
68
69
69
`write-binary` can write to a `java.io.Writer` (defaulting to `*out*`) or a `StringBuilder`(or other things, as
70
-
defined by `io.aviso.writer/StringWriter` protocol). The full version explicitly specifies where to write to, as well as options:
70
+
defined by `io.aviso.writer/StringWriter` protocol).
71
+
The full version explicitly specifies where to write to, as well as options:
0 commit comments