From f2c5013e89cb7741bd6f283d5d97ba567a882973 Mon Sep 17 00:00:00 2001 From: matteo Date: Sat, 29 Apr 2006 12:34:19 +0000 Subject: Add curses ACS line graphics support for iso15 fonts Now ncurses-based programs such as sysinstall and mc will display the correct font for graphical lines instead of "-" and "+" characters. Correct two special characters for cons25l1 in termcap: use real arrows instead of ">>" and "<<". Add a lot of additional symbols for line drawing which are taken from the CP437 font. Almost all of the ACS symbols are now implemented. PR: conf/90082 Submitted by: Oliver Fromme MFC after: 1 week --- share/termcap/termcap.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/termcap') diff --git a/share/termcap/termcap.src b/share/termcap/termcap.src index c5df916..c808a35 100644 --- a/share/termcap/termcap.src +++ b/share/termcap/termcap.src @@ -2369,7 +2369,7 @@ cons60l2-m|cons60-iso8859-2-mono:\ :li#60:tc=cons25l2-m: # ISO 8859-1 FreeBSD console with ACS support cons25l1|cons25-iso8859-1:\ - :ac=f\260g\261}\243+\253,\273i\247:\ + :ac=:ac=l\200m\201k\202j\203t\204u\205v\206w\207q\210x\211n\212`\213a\214f\260g\261~\267,\215+\216.\217-\220h\221i\2470\222y\223z\224{\225}\243:\ :tc=cons25w: cons25l1-m|cons25-iso8859-1-mono:\ :pa@:Co@:AF@:AB@:AX@:op@:us=\E[4m:ue=\E[24m:tc=cons25l1: -- cgit v1.1