Allow typing Ctrl-space

This commit is contained in:
Keith Winstein
2011-02-22 02:32:23 -05:00
parent ca7a080a58
commit dea7f99d63
+1 -1
View File
@@ -26,5 +26,5 @@ std::string UserInput::input( Parser::UserByte *act,
act->handled = true; act->handled = true;
return std::string( translated_str ); return std::string( translated_str, 1 );
} }