[BACK]Return to status.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/status.c between version 1.235 and 1.236

version 1.235, 2022/09/09 11:02:23 version 1.236, 2022/09/10 17:01:33
Line 271 
Line 271 
   
         if (c->flags & (CLIENT_STATUSOFF|CLIENT_CONTROL))          if (c->flags & (CLIENT_STATUSOFF|CLIENT_CONTROL))
                 return (1);                  return (1);
         return (options_get_number(s->options, "status-prompt-line"));          return (options_get_number(s->options, "message-line"));
 }  }
   
 /* Get window at window list position. */  /* Get window at window list position. */

Legend:
Removed from v.1.235  
changed lines
  Added in v.1.236