Module Name: src Committed By: roy Date: Sun Mar 29 21:46:23 UTC 2020
Modified Files: src/lib/libterminfo: compile.c term_private.h Log Message: terminfo: Promote a terminfo description to v3 when required Blindly scanning the capabilities for # and checking that the following number is bigger than a short isn't reliable because this could be a string value: SomeString#1234 Instead, if we process the numeric as normal and if it's value is too big for v1 then promote the record to v3. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/lib/libterminfo/compile.c cvs rdiff -u -r1.17 -r1.18 src/lib/libterminfo/term_private.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.