Index: src/LineInput.cc =================================================================== --- src/LineInput.cc (revision 465) +++ src/LineInput.cc (working copy) @@ -582,7 +582,9 @@ Quad_QUOTE::done(mode != LIM_Quote_Quad, LOC); CIN << '\r' << prompt; char buffer[4000]; + const APL_time_us from = now(); const char * s = fgets(buffer, sizeof(buffer) - 1, stdin); + Workspace::add_wait(now() - from); if (s == 0) { eof = true;