Module Name: src Committed By: roy Date: Sun Apr 5 12:31:02 UTC 2020
Modified Files: src/lib/libterminfo: Makefile compile.c term.c Log Message: terminfo: Add guards to optionally build parts of libterminfo Reading from a database is now optional. Compiling terminfo descriptions (including from $TERMINFO) is now optional. Compat support is now optional. This removes 17k on amd64 from the binary size, which allows it to be used again on space constrained ramdisks. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/lib/libterminfo/Makefile cvs rdiff -u -r1.24 -r1.25 src/lib/libterminfo/compile.c cvs rdiff -u -r1.32 -r1.33 src/lib/libterminfo/term.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.