summaryrefslogtreecommitdiffstats
path: root/screen-write.c
diff options
context:
space:
mode:
authornicm <nicm>2017-06-04 08:02:20 +0000
committernicm <nicm>2017-06-04 08:02:20 +0000
commit184039044a92b83f38b880b0a4a1c5ebc272af9c (patch)
treecb60ee35ca9904961de3d6b1029bba29ad2c33cd /screen-write.c
parent34420660545611af1b24060f55551ebe90d67a0c (diff)
Typo/style; plus man page escaping from jmc.
Diffstat (limited to 'screen-write.c')
-rw-r--r--screen-write.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/screen-write.c b/screen-write.c
index c5af7c07..1f122482 100644
--- a/screen-write.c
+++ b/screen-write.c
@@ -1390,7 +1390,7 @@ screen_write_cell(struct screen_write_ctx *ctx, const struct grid_cell *gc)
}
}
- /* Update the selection the flag and set the cell. */
+ /* Update the selected flag and set the cell. */
selected = screen_check_selection(s, s->cx, s->cy);
if (selected && (~gc->flags & GRID_FLAG_SELECTED)) {
memcpy(&tmp_gc, gc, sizeof tmp_gc);