From 5b1dd38806eeb625f45303ab8981f3975f1b7b24 Mon Sep 17 00:00:00 2001 From: Kirill Chibisov Date: Fri, 21 Oct 2022 22:19:42 +0300 Subject: Fix cursor and underlines always being black Some old hardware doesn't like universal shader approach for all the rectangle kinds leading to ALU instruction limits. This commit fixes it by splitting the shader per rectangle kind. Fixes #6417. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 03a8c9ba..56045e29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Fixed - `--help` output for `--class` does not match man pages +- Cursor and underlines always being black on very old hardware ## 0.11.0 -- cgit v1.2.3