On Mon, 27 Feb 2023 02:47:58 +0000 Tim Chase via Remind-fans <[email protected]> wrote:
> $ remind -q -c+ /dev/null > which worked as expected, but certain bits of the visual grid was > missing lines, notably the last vertical bar at the end of the row > containing the weekday-names and the last vertical bar at the end > of the rows containing the dates Almost certainly an xterm bug. Do either of these fix it? LANG=C LC_ALL=C remind -q -c+ /dev/null remind '-i$SuppressLRM=1' -q -c+ /dev/null Xterm is completely broken in a UTF-8 environment. It's time to switch to something modern. (Also, you don't really need the -q. It does nothing in calendar mode.) Regards, Dianne. _______________________________________________ Remind-fans mailing list [email protected] https://dianne.skoll.ca/mailman/listinfo/remind-fans Remind is at https://dianne.skoll.ca/projects/remind/
