On 27/03/2020 02:06, Christos Zoulas wrote:
@@ -494,6 +530,7 @@ if (tic == NULL) return NULL;+ tic->rtype = _ti_find_rtype(cap);buf.buf = NULL; buf.buflen = 0;
If I'm reading this patch correctly, it means that the old terminfo library cannot read the records for at least screen-256color and xterm-256color because they will be stored in version 3.
Roy