Skip to content

Commit

Permalink
cvsimport
Browse files Browse the repository at this point in the history
  • Loading branch information
tcunha committed May 5, 2011
2 parents 28911fc + 6a869c9 commit ff0f7f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions server-client.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* $Id: server-client.c,v 1.57 2011/04/25 20:33:42 tcunha Exp $ */
/* $Id: server-client.c,v 1.58 2011/05/05 10:03:05 tcunha Exp $ */

/*
* Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net>
Expand Down Expand Up @@ -468,7 +468,7 @@ server_client_reset_state(struct client *c)
mode = s->mode;
if ((mode & ALL_MOUSE_MODES) == 0) {
if (TAILQ_NEXT(TAILQ_FIRST(&w->panes), entry) != NULL &&
options_get_number(oo, "mouse-select-pane") == 0)
options_get_number(oo, "mouse-select-pane"))
mode |= MODE_MOUSE_STANDARD;
else if (options_get_number(oo, "mouse-select-window"))
mode |= MODE_MOUSE_STANDARD;
Expand Down
4 changes: 2 additions & 2 deletions status.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* $Id: status.c,v 1.159 2011/04/25 20:35:22 tcunha Exp $ */
/* $Id: status.c,v 1.160 2011/05/05 10:02:36 tcunha Exp $ */

/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
Expand Down Expand Up @@ -642,7 +642,7 @@ status_job_callback(struct job *job)
buf = xstrdup(line);

so->out = buf;
server_redraw_client(c);
server_status_client(c);
}

/* Return winlink status line entry and adjust gc as necessary. */
Expand Down

0 comments on commit ff0f7f8

Please sign in to comment.