diff options
author | nicm <nicm> | 2017-06-04 08:02:20 +0000 |
---|---|---|
committer | nicm <nicm> | 2017-06-04 08:02:20 +0000 |
commit | 184039044a92b83f38b880b0a4a1c5ebc272af9c (patch) | |
tree | cb60ee35ca9904961de3d6b1029bba29ad2c33cd /screen-write.c | |
parent | 34420660545611af1b24060f55551ebe90d67a0c (diff) | |
download | rtmux-184039044a92b83f38b880b0a4a1c5ebc272af9c.tar.gz rtmux-184039044a92b83f38b880b0a4a1c5ebc272af9c.tar.bz2 rtmux-184039044a92b83f38b880b0a4a1c5ebc272af9c.zip |
Typo/style; plus man page escaping from jmc.
Diffstat (limited to 'screen-write.c')
-rw-r--r-- | screen-write.c | 2 |
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); |