mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
vt: remove comment that is not true since r259680
r259680 added support to vt(4) for printing double-width characters. Remove the comment that claims no support. MFC after: 3 days Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
337f6465a9
commit
0a7e64cc55
1 changed files with 0 additions and 5 deletions
|
|
@ -92,11 +92,6 @@ vtfont_lookup(const struct vt_font *vf, term_char_t c)
|
|||
unsigned int normal_map;
|
||||
unsigned int bold_map;
|
||||
|
||||
/*
|
||||
* No support for printing right hand sides for CJK fullwidth
|
||||
* characters. Simply print a space and assume that the left
|
||||
* hand side describes the entire character.
|
||||
*/
|
||||
src = TCHAR_CHARACTER(c);
|
||||
if (TCHAR_FORMAT(c) & TF_CJK_RIGHT) {
|
||||
normal_map = VFNT_MAP_NORMAL_RIGHT;
|
||||
|
|
|
|||
Loading…
Reference in a new issue