Make a little effort to treate CRLF as LF in config files. GitHub issue

3720.
This commit is contained in:
nicm
2024-08-04 09:42:23 +00:00
parent b88130d24b
commit 4008e2ff6d
2 changed files with 17 additions and 1 deletions

1
tty.c
View File

@ -2656,7 +2656,6 @@ static void
tty_colours(struct tty *tty, const struct grid_cell *gc)
{
struct grid_cell *tc = &tty->cell;
int have_ax;
/* No changes? Nothing is necessary. */
if (gc->fg == tc->fg && gc->bg == tc->bg && gc->us == tc->us)