Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Oct 2019 13:08:50 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r353680 - head/sys/dev/vt
Message-ID:  <201910171308.x9HD8oEE067239@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: emaste
Date: Thu Oct 17 13:08:50 2019
New Revision: 353680
URL: https://svnweb.freebsd.org/changeset/base/353680

Log:
  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

Modified:
  head/sys/dev/vt/vt_font.c

Modified: head/sys/dev/vt/vt_font.c
==============================================================================
--- head/sys/dev/vt/vt_font.c	Thu Oct 17 06:58:07 2019	(r353679)
+++ head/sys/dev/vt/vt_font.c	Thu Oct 17 13:08:50 2019	(r353680)
@@ -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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910171308.x9HD8oEE067239>