Fix prediction unicode bug. Make all Cell members private.

Fixes #702.
This commit is contained in:
John Hood
2015-12-21 19:13:43 -05:00
parent 90a529b18a
commit 2ac3bbeb9b
11 changed files with 226 additions and 49 deletions
+1 -1
View File
@@ -270,7 +270,7 @@ void Framebuffer::apply_renditions_to_cell( Cell *cell )
if (!cell) {
cell = get_mutable_cell();
}
cell->renditions = ds.get_renditions();
cell->set_renditions( ds.get_renditions() );
}
SavedCursor::SavedCursor()