Implement DA (device attributes), including writeback to host
This commit is contained in:
@@ -83,3 +83,8 @@ void Emulator::CSI_cursormove( void )
|
||||
|
||||
newgrapheme();
|
||||
}
|
||||
|
||||
void Emulator::CSI_DA( void )
|
||||
{
|
||||
terminal_to_host.append( "\033[?1;0c" );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user