Contributed by Peter N. M. Hansteen on from the 4k colors and blink! dept.
misc@
, saying
List: openbsd-misc Subject: Console 4096 colours and blink attribute From: Crystal Kolipe <kolipe.c () exoticsilicon ! com> Date: 2025-07-04 13:58:41 Tired of having just 256 colours on your console instead of 4096? Do you miss the blink attribute from the old VGA text mode days? Want to learn how cool stuff like this is implemented? Look no further: https://research.exoticsilicon.com/articles/console_4096
Clicking that link will bring you a colorful article with all implementation details and links to the code for you to try out yourself.
Happy blink and 4k colors console day to all who celebrate!
By Christian Ruesch (crsc) on
Regardless of the article, which is very interesting to me as a technician. What is the difference to the existing xterm-direct? This is already integrated in the standard xterm under OpenBSD and can already display true color. I have the following entry in my ~/.Xdefaults: XTerm*termName:xterm-direct
Reply
Comments
By anon (anonymouse) on
that diff is for the console, not X
Reply