Typo/style; plus man page escaping from jmc.

This commit is contained in:
nicm
2017-06-04 08:02:20 +00:00
parent 3442066054
commit 184039044a
3 changed files with 4 additions and 4 deletions

View File

@ -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);