]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Support double-width characters in vt(9)
authorEd Maste <emaste@FreeBSD.org>
Sat, 21 Dec 2013 13:58:55 +0000 (13:58 +0000)
committerEd Maste <emaste@FreeBSD.org>
Sat, 21 Dec 2013 13:58:55 +0000 (13:58 +0000)
commit41fb06651122cd9b99f86443b7480c340be30115
tree7806ec76a0283899f9b8d34fd7f0e4398710bf13
parent2b22d5cc078f69886bd74a4d263c87fbf04b7a3c
Support double-width characters in vt(9)

Normal and bold fonts each have a glyph map for single or left half-
glyphs, and right half glyphs.  The flag TF_CJK_RIGHT in term_char_t
requests the right half-glyph.

Reviewed by: ed@
Sponsored by: The FreeBSD Foundation
sys/dev/vt/font/vt_font_default.c
sys/dev/vt/vt.h
sys/dev/vt/vt_font.c
sys/sys/consio.h
tools/tools/vt/fontcvt/fontcvt.c
tools/tools/vt/mkkfont/mkkfont.c
tools/tools/vt/setfont/setfont.c