Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Oct 2019 14:16:35 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r353926 - stable/11/sys/dev/vt
Message-ID:  <201910231416.x9NEGZQ8043562@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;



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