Remove BOOST_AUTO from completeterminal.cc
This commit is contained in:
committed by
Keith Winstein
parent
6e56fd2157
commit
5320fbd346
@@ -34,7 +34,8 @@ namespace Terminal {
|
||||
Terminal::Emulator terminal;
|
||||
Terminal::Display display;
|
||||
|
||||
std::list< std::pair<uint64_t, uint64_t> > input_history;
|
||||
typedef std::list< std::pair<uint64_t, uint64_t> > input_history_t;
|
||||
input_history_t input_history;
|
||||
uint64_t echo_ack;
|
||||
|
||||
static const int ECHO_TIMEOUT = 50; /* for late ack */
|
||||
|
||||
Reference in New Issue
Block a user