mirror of
https://github.com/tmate-io/tmate-ssh-server.git
synced 2020-11-18 19:53:51 -08:00
Add a couple of comments.
This commit is contained in:
parent
106ee8f30a
commit
2182e1badc
1
input.c
1
input.c
@ -266,6 +266,7 @@ input_parse(struct window_pane *wp)
|
|||||||
|
|
||||||
ictx->wp = wp;
|
ictx->wp = wp;
|
||||||
|
|
||||||
|
/* If there is a mode set, don't want to update the screen. */
|
||||||
if (wp->mode == NULL)
|
if (wp->mode == NULL)
|
||||||
screen_write_start(&ictx->ctx, wp, &wp->base);
|
screen_write_start(&ictx->ctx, wp, &wp->base);
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user