diff options
author | Tiago Cunha <tcunha@gmx.com> | 2009-11-28 14:59:26 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2009-11-28 14:59:26 +0000 |
commit | b42f231027bbd4d9b2e61937772bcbe1d5f38ddd (patch) | |
tree | 154bbc192825dba2dcf79218b9c9038874fb94c6 /input.c | |
parent | dc57c5bb50b0a0f34fec4b03fd769ad0ed339b2b (diff) | |
download | rtmux-b42f231027bbd4d9b2e61937772bcbe1d5f38ddd.tar.gz rtmux-b42f231027bbd4d9b2e61937772bcbe1d5f38ddd.tar.bz2 rtmux-b42f231027bbd4d9b2e61937772bcbe1d5f38ddd.zip |
Sync OpenBSD patchset 574:
Add a couple of comments.
Diffstat (limited to 'input.c')
-rw-r--r-- | input.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |