Module Name: src Committed By: christos Date: Mon Nov 23 22:34:00 UTC 2015
Modified Files: src/usr.sbin/makemandb: apropos-utils.c Log Message: PR/50344: Stephen Fisher: apropos shows formatting on console with vt100 term type. Can't print terminfo sequences directly; need to process them with ti_puts() to handle padding. This removes the padding delays, and stricly could break on slow terminal hardware, but they way the code is structured makes it impossible to fix properly (since the formatting strings are passed in the query). XXX: pullup-7 To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/usr.sbin/makemandb/apropos-utils.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.