Add a couple of comments.

pull/1/head
Nicholas Marriott 2009-11-27 09:41:03 +00:00
parent 106ee8f30a
commit 2182e1badc
2 changed files with 2 additions and 0 deletions

View File

@ -266,6 +266,7 @@ input_parse(struct window_pane *wp)
ictx->wp = wp;
/* If there is a mode set, don't want to update the screen. */
if (wp->mode == NULL)
screen_write_start(&ictx->ctx, wp, &wp->base);
else

1
tty.c
View File

@ -529,6 +529,7 @@ tty_write(void (*cmdfn)(
struct client *c;
u_int i;
/* wp can be NULL if updating the screen but not the terminal. */
if (wp == NULL)
return;