Re: cal: add option to highlight the current day
"Theo de Raadt" <[email protected]>
| Newsgroups | gmane.os.openbsd.tech |
|---|---|
| Message-ID | <[email protected]> |
+ if (is_today(today, month, year))
+ printf("\033[7m");
Not going to happen.