Jakub Wilk wrote: > gnulib-local/lib/term-ostream.oo.c contains the following expression: > > (strlen (term) >= 4 && memcmp (term, "rxvt", 7) == 0) > > This should be of course s/7/4/.
Indeed. It's so obvious, now that you report it. Fix pushed. Bruno