We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eafed30 commit 8567e7eCopy full SHA for 8567e7e
NEWS.md
@@ -11,6 +11,12 @@ New language features
11
without having to scrub away prompts and outputs.
12
This can be disabled or enabled at will with `Base.REPL.enable_promptpaste(::Bool)`.
13
14
+ * `print_with_color` can now take a color represented by an integer between 0 and 255 inclusive as its first argument.
15
+ For a number to color mapping please refer to [this chart](https://upload.wikimedia.org/wikipedia/en/1/15/Xterm_256color_chart.svg).
16
+ It is also possible to use numbers as colors in environment variables that customizes colors in the REPL.
17
+ For example, to get orange warning messages, simply set `ENV["JULIA_WARN_COLOR"] = 208`.
18
+ Please note that not all terminals support 256 colors.
19
+
20
Language changes
21
----------------
22
0 commit comments