Index | Thread | Search

From:
"Theo de Raadt" <deraadt@openbsd.org>
Subject:
Re: cal: add option to highlight the current day
To:
Johannes Thyssen Tishman <jtt@openbsd.org>, Job Snijders <job@bsd.nl>, tech@openbsd.org, landry@openbsd.org, patrick keshishian <pkeshish@gmail.com>
Date:
Sun, 05 Jul 2026 08:10:22 -0600

Download raw body.

Thread
+                       if (is_today(today, month, year))
+                               printf("\033[7m");

Not going to happen.