Deleted Added
full compact
26c26
< * $FreeBSD: stable/10/sys/teken/demo/teken_demo.c 223574 2011-06-26 18:25:10Z ed $
---
> * $FreeBSD: stable/10/sys/teken/demo/teken_demo.c 262861 2014-03-06 18:30:56Z jhb $
89,90d88
< getyx(stdscr, y, x);
<
91a90,92
> /* No need to print right hand side of CJK character manually. */
> if (px->a.ta_format & TF_CJK_RIGHT)
> return;
120a122
> getyx(stdscr, y, x);
122d123
<