opnsense-src/sys/dev/vt
Ed Schouten a6c26592f1 Extend libteken to support CJK fullwidth characters.
Introduce a new formatting bit (TF_CJK_RIGHT) that is set when putting a
cell that is the right part of a CJK fullwidth character. This will
allow drivers like vt(9) to support fullwidth characters properly.

emaste@ has a patch to extend vt(9)'s font handling to increase the
number of Unicode -> glyph maps from 2 ({normal,bold)} to 4
({normal,bold} x {left,right}). This will need to use this formatting
bit to determine whether to draw the left or right glyph.

Reviewed by:	emaste
2013-12-20 21:31:50 +00:00
..
colors
font Respect SC_NO_CUTPASTE option. It disable mouse cursor and cut/paste support 2013-12-09 15:01:34 +00:00
hw
logo
vt.h Set mouse level per window, instead of global. 2013-12-20 15:37:57 +00:00
vt_buf.c Respect SC_NO_CUTPASTE option. It disable mouse cursor and cut/paste support 2013-12-09 15:01:34 +00:00
vt_consolectl.c
vt_core.c Enable AltGr key by default. 2013-12-20 15:45:22 +00:00
vt_font.c Extend libteken to support CJK fullwidth characters. 2013-12-20 21:31:50 +00:00
vt_sysmouse.c Enable mouse support for terminal clients (like dialog(1)). 2013-12-19 15:31:20 +00:00