aboutsummaryrefslogtreecommitdiff
path: root/scripts/gcc-plugins/cyc_complexity_plugin.c
diff options
context:
space:
mode:
authorNicolas Pitre <[email protected]>2018-06-26 23:56:40 -0400
committerGreg Kroah-Hartman <[email protected]>2018-06-28 21:38:12 +0900
commitd8ae7242718738ee1bf9bfdd632d2a4b150fdd26 (patch)
tree8196e325f2c2defc50155c65a5b30ba5e952b3a8 /scripts/gcc-plugins/cyc_complexity_plugin.c
parent34b6a3a91f87851bc0ea9e6776266f23d8acf388 (diff)
vt: preserve unicode values corresponding to screen characters
The vt code translates UTF-8 strings into glyph index values and stores those glyph values directly in the screen buffer. Because there can only be at most 512 glyphs, it is impossible to represent most unicode characters, in which case a default glyph (often '?') is displayed instead. The original unicode value is then lost. This patch implements the basic screen buffer handling to preserve unicode values alongside corresponding display glyphs. It is not activated by default, meaning that people not relying on that functionality won't get the implied overhead. Signed-off-by: Nicolas Pitre <[email protected]> Tested-by: Dave Mielke <[email protected]> Acked-by: Adam Borowski <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'scripts/gcc-plugins/cyc_complexity_plugin.c')
0 files changed, 0 insertions, 0 deletions