aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2021-08-28 17:51:58 +0200
committerPřemysl Eric Janouch <p@janouch.name>2021-08-28 18:25:03 +0200
commitb082e82b625eca244ac0d1381c152f12b946d463 (patch)
treec8d38631f0934f55e43c8e9a9e97c672de5e450f /NEWS
parentb8dbc70a9c1b9160c07e696b3a64655abc6b7d9d (diff)
downloadxK-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--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9edef71..2ce6791 100644
--- a/NEWS
+++ b/NEWS
@@ -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"