Change rtm to stm

This commit is contained in:
Keith Winstein
2011-08-05 20:09:54 -04:00
parent 1b3443befd
commit b0b36ddf94
6 changed files with 14 additions and 9 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ std::string UserInput::input( Parser::UserByte *act,
{
char translated_str[ 2 ] = { act->c, 0 };
/* The user will always be in application mode. If rtm is not in
/* The user will always be in application mode. If stm is not in
application mode, convert user's cursor control function to an
ANSI cursor control sequence */