Codebase list libterm-extendedcolor-perl / 69cafd46-f0d7-4bcc-a899-f8474a90303d/main Changes
69cafd46-f0d7-4bcc-a899-f8474a90303d/main

Tree @69cafd46-f0d7-4bcc-a899-f8474a90303d/main (Download .tar.gz)

Changes @69cafd46-f0d7-4bcc-a899-f8474a90303d/mainraw · history · blame

1
2
3
4
5
6
7
8
9
0.502  2019-03-06
  - No longer reset all attributes upon calling attribute functions with
    zero args. Only the relevant attribute will be reset.
  - Calling fg() and bg() with zero args will now reset the foreground /
    background color.
  - Add a new feature that allows for passing a raw combination of
    colors and attributes to the coloring functions.
  - Stop using 38;<attribute> since it's broken because of broken
    implementation in terminals.