]> git.proxmox.com Git - vncterm.git/blobdiff - vncterm.h
use unifont and add support for wide-characters and combining glyphs
[vncterm.git] / vncterm.h
index 8f7d8375f5489abccb9491e3424004ab6ce9b8b2..9a8b1e3f5b7385cdc78f1280262736d131761ce6 100644 (file)
--- a/vncterm.h
+++ b/vncterm.h
@@ -17,6 +17,8 @@ typedef struct TextAttributes {
 
 typedef struct TextCell {
   unicode ch;
+  unicode combiningglyph;
+  short width;
   TextAttributes attrib;
 } TextCell;