Eliminated "handled" field in Parser::Action

This field was used during development to measure the
coverage of the ANSI terminal parser against typical
terminal input sequences.

The "handled" field has not been read by any code since
commit 1ee54cd7 (February 2011). Eliminating the field
by popular request (closes #723).
This commit is contained in:
Keith Winstein
2016-02-10 21:53:20 -08:00
parent 8200d5bdf0
commit e7303e0b66
6 changed files with 5 additions and 21 deletions
-2
View File
@@ -39,8 +39,6 @@ using namespace std;
string UserInput::input( const Parser::UserByte *act,
bool application_mode_cursor_keys )
{
act->handled = true;
/* 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 */