Improve handling of Unicode edge cases

This commit is contained in:
Keith Winstein
2011-01-26 14:56:15 -05:00
parent 4486f1c119
commit 6994e193a3
2 changed files with 38 additions and 14 deletions
+1
View File
@@ -14,6 +14,7 @@ namespace Terminal {
Cell *overlapping_cell;
std::vector<wchar_t> contents;
std::vector<Cell *> overlapped_cells;
char fallback; /* first character is combining character */
Cell();