Deleted Added
full compact
31c31
< __FBSDID("$FreeBSD: stable/10/sys/dev/syscons/scterm-teken.c 239696 2012-08-25 23:59:31Z gonzo $");
---
> __FBSDID("$FreeBSD: stable/10/sys/dev/syscons/scterm-teken.c 262861 2014-03-06 18:30:56Z jhb $");
555a556,560
> /*
> * 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.
> */
556a562,563
> if (a->ta_format & TF_CJK_RIGHT)
> c = ' ';