Author: emaste
Date: Wed Oct 23 14:16:34 2019
New Revision: 353926
URL: https://svnweb.freebsd.org/changeset/base/353926

Log:
  MFC r353680: vt: remove comment that is not true since r259680
  
  r259680 added support to vt(4) for printing double-width characters.
  Remove comment that claims no support.
  
  Sponsored by: The FreeBSD Foundation

Modified:
  stable/11/sys/dev/vt/vt_font.c
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/dev/vt/vt_font.c
==============================================================================
--- stable/11/sys/dev/vt/vt_font.c      Wed Oct 23 14:15:16 2019        
(r353925)
+++ stable/11/sys/dev/vt/vt_font.c      Wed Oct 23 14:16:34 2019        
(r353926)
@@ -90,11 +90,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;
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to