Mention the first release where color support was added: https://github.com/rakshasa/rtorrent/releases/tag/v0.15.2

arcctgx
2025-08-02 14:06:37 +02:00
parent 3cf9823752
commit 028ce3add0
+1 -1
@@ -410,7 +410,7 @@ If the chunk is in **bold** it means you do not have that chunk yet, if it is <u
## Color Support ##
In the `master` branch (TODO: Replace with next release version), several new color commands are available for the ncurses UI. Each color is defined as a string in the format of:
Since `v0.15.2` several new color commands are available for the ncurses UI. Each color is defined as a string in the format of:
```
<foreground attributes> <foreground color> [on <background attributes> <background color>]
```