Change shutdown sequence (take away DECSTR)

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