Bring some sanity to renditions (rationalize list on append)
This commit is contained in:
+1
-1
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user