Download raw body.
cal: add option to highlight the current day
Calling tgetent() late is bizzare, and it made you do this:
- if (pledge("stdio", NULL) == -1)
+ if (pledge("stdio rpath tty", NULL) == -1)
err(1, "pledge");
In a word: Nope.
cal: add option to highlight the current day