Hi

It won't refresh the name more often than half a second even if there is
output to the window, if you wait for a short time without pressing
anything it should change.

I don't think we want to refresh the name more often, and we can't tell
whether output is due to the running process changing or the same
process drawing something.

Also the algorithm that works out the process is not perfect with
pipelines, so for man it could say man, or more, or ksh, even sometimes
after scrolling once - it should settle down on more if you keep using
it for a while.

This feature is most useful for long running processes, if you are
rapidly changing the process in the pane then it will not always be
instantly accurate.


On Wed, Sep 23, 2015 at 02:00:48PM -0400, Ted Unangst wrote:
> it's me again. :) try this. run tmux, run man ls, scroll a line, quit, hit
> enter. watch the status bar. it's always a turn behind.
> 
> after man ls, still says ksh.
> after scrolling, now says more.
> after quitting, still says more.
> after enter, now says ksh.
> 
> it seems to be a race between the screen changing and thing that looks for
> changes. maybe it needs a small delay?
> 
> sometimes i see man instead of more, but i can live with that.

Reply via email to