Implement DA (device attributes), including writeback to host

This commit is contained in:
Keith Winstein
2011-01-22 15:25:52 -05:00
parent d7ea3abb65
commit 1c6819ae0d
4 changed files with 35 additions and 4 deletions
+5
View File
@@ -83,3 +83,8 @@ void Emulator::CSI_cursormove( void )
newgrapheme();
}
void Emulator::CSI_DA( void )
{
terminal_to_host.append( "\033[?1;0c" );
}