diff options
author | matteo <matteo@FreeBSD.org> | 2006-04-29 12:34:19 +0000 |
---|---|---|
committer | matteo <matteo@FreeBSD.org> | 2006-04-29 12:34:19 +0000 |
commit | f2c5013e89cb7741bd6f283d5d97ba567a882973 (patch) | |
tree | 0fa53c6a6f35916be46754a78429a0dde6fa83a2 /share/termcap | |
parent | 0217b84e8a5ba9e2a460b9d1a42d6bd063d2e788 (diff) | |
download | FreeBSD-src-f2c5013e89cb7741bd6f283d5d97ba567a882973.zip FreeBSD-src-f2c5013e89cb7741bd6f283d5d97ba567a882973.tar.gz |
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 <olli@secnetix.de>
MFC after: 1 week
Diffstat (limited to 'share/termcap')
-rw-r--r-- | share/termcap/termcap.src | 2 |
1 files changed, 1 insertions, 1 deletions
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: |