Model renditions explicitly -- 25% speedup

This commit is contained in:
Keith Winstein
2011-02-05 18:09:19 -05:00
parent 2f964f80f4
commit e0065bfe5c
7 changed files with 92 additions and 90 deletions
+2 -2
View File
@@ -16,12 +16,12 @@ namespace Terminal {
private:
bool initialized;
Framebuffer last_frame;
std::list<int> current_renditions;
std::string current_rendition_string;
public:
Display( int width, int height )
: initialized( false ), last_frame( width, height ),
current_renditions()
current_rendition_string()
{}
std::string new_frame( Framebuffer &f );