CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/08/18 15:41:13
Modified files:
usr.bin/tmux : input.c tmux.h
Log message:
Instead of just checking for an empty buffer, which may not be the case if
there is unconsumed data, save the previous size and use it instead. This means
that activity monitoring should work in this (unlikely) event.
Also remove a debugging statement that no longer seems necessary.
