commit | 1f7af19eee76cf501b6b113a8954f95c1bba9c31 | [log] [tgz] |
---|---|---|
author | Sam Day <me@samcday.com> | Mon Feb 03 16:42:20 2025 +0000 |
committer | Caleb Connolly <caleb.connolly@linaro.org> | Wed Feb 26 13:48:27 2025 +0000 |
tree | 8656574b08e9579d4cc76a714a6a7e328d1723a5 | |
parent | 47739ac44d7c5801aaf8a4224db0e9ebcf5886b7 [diff] |
cmd: ufetch: use 3-bit colour ANSI codes Currently, the 8-bit escapes are being used, which aren't supported by vidconsole_escape_char. Since the current usage maps directly to the 3-bit equivalents anyway, let's use those instead. With this change, the fetch output looks as fetching in the vidconsole as it does over serial! Signed-off-by: Sam Day <me@samcday.com> Tested-by: Alexey Minnekhanov <alexeymin@postmarketos.org> Tested-by: Ferass El Hafidi <funderscore@postmarketos.org>