Initial terminal emulation sketch

This commit is contained in:
Keith Winstein
2011-01-18 03:18:21 -05:00
parent 725b9889e0
commit ae3fc72e82
4 changed files with 33 additions and 2 deletions
+2
View File
@@ -43,6 +43,8 @@ Parser::UTF8Parser::UTF8Parser()
fprintf( stderr, "rtm requires a UTF-8 locale.\n" );
throw std::string( "rtm requires a UTF-8 locale." );
}
assert( BUF_SIZE >= MB_CUR_MAX );
}
std::vector<Parser::Action *> Parser::UTF8Parser::input( char c )