TermBuf::Meter
Stability: internal
Counts the bytes going to the terminal on their way past.
Wrapping rather than buffering keeps the write path one pass: the encoder still writes straight through to the device, and the count is a single addition per write.