summaryrefslogtreecommitdiffstats
path: root/input.c
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2009-11-28 14:59:26 +0000
committerTiago Cunha <tcunha@gmx.com>2009-11-28 14:59:26 +0000
commitb42f231027bbd4d9b2e61937772bcbe1d5f38ddd (patch)
tree154bbc192825dba2dcf79218b9c9038874fb94c6 /input.c
parentdc57c5bb50b0a0f34fec4b03fd769ad0ed339b2b (diff)
Sync OpenBSD patchset 574:
Add a couple of comments.
Diffstat (limited to 'input.c')
-rw-r--r--input.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/input.c b/input.c
index 49f153d2..d356f721 100644
--- a/input.c
+++ b/input.c
@@ -1,4 +1,4 @@
-/* $Id: input.c,v 1.102 2009-11-08 23:02:56 tcunha Exp $ */
+/* $Id: input.c,v 1.103 2009-11-28 14:59:26 tcunha Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -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