No need to reset scrolling region on close -- we always clean this up

This commit is contained in:
Keith Winstein
2012-03-21 19:01:35 -04:00
parent 76612229d5
commit 00561a95d3
+1 -1
View File
@@ -159,7 +159,7 @@ std::string Emulator::open( void )
std::string Emulator::close( void )
{
return std::string( "\033[?1l\033[r\033[0m" );
return std::string( "\033[?1l\033[0m" );
}
void Emulator::resize( size_t s_width, size_t s_height )