CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2009/08/28 05:43:50
Modified files:
usr.bin/cap_mkdb: cap_mkdb.c
lib/libcurses/tinfo: read_bsd_terminfo.c
Log message:
Change cap_mkdb and curses to be a better about reformatting terminfo entries
into the cap database format and back: rather than replacing all colons with
commas, only touch real separators (skip those with a leading \ or ^) and
replace an unadorned colon with a literal "\072".
Fixes problems with quite a few caps including acsc in "screen" (:s instead of
,s) and setab/initc in "xterm-256color" (wrongly concatenated together).
ok millert