Bring some sanity to renditions (rationalize list on append)

This commit is contained in:
Keith Winstein
2011-02-05 05:23:57 -05:00
parent 80f469bdc6
commit ca17e769b7
6 changed files with 41 additions and 12 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ namespace Terminal {
private:
bool initialized;
Framebuffer last_frame;
std::vector<int> current_renditions;
std::list<int> current_renditions;
public:
Display( int width, int height )