diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-08-28 17:51:58 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2021-08-28 18:25:03 +0200 |
commit | b082e82b625eca244ac0d1381c152f12b946d463 (patch) | |
tree | c8d38631f0934f55e43c8e9a9e97c672de5e450f /NEWS | |
parent | b8dbc70a9c1b9160c07e696b3a64655abc6b7d9d (diff) | |
download | xK-b082e82b625eca244ac0d1381c152f12b946d463.tar.gz xK-b082e82b625eca244ac0d1381c152f12b946d463.tar.xz xK-b082e82b625eca244ac0d1381c152f12b946d463.zip |
xC: fix displaying IRC colours above 16
First, we indexed the colour array without a required offset.
Second, the data type was too small and overflowed negative.
Detected during a refactor, which this is a part of.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,6 +2,8 @@ * xC: made message autosplitting respect text formatting + * xC: fixed displaying IRC colours above 16 + 1.3.0 (2021-08-07) "New World Order" |