diff options
author | Thomas Adam <thomas@xteddy.org> | 2017-01-12 02:01:11 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2017-01-12 02:01:11 +0000 |
commit | 4a768619251d19769765bd6ed0d58f0a8bfab235 (patch) | |
tree | 038566f9bbe7dc3db41b9e27ff65c9df4bd54746 /screen-write.c | |
parent | 33ebb9ec39e175197b9a7ba7071aeea472f76e8b (diff) | |
parent | 9b6aeacdc0118d97c35e822c958e925f12b513ed (diff) | |
download | rtmux-4a768619251d19769765bd6ed0d58f0a8bfab235.tar.gz rtmux-4a768619251d19769765bd6ed0d58f0a8bfab235.tar.bz2 rtmux-4a768619251d19769765bd6ed0d58f0a8bfab235.zip |
Merge branch 'obsd-master'
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 0fe23df8..227316cb 100644 --- a/screen-write.c +++ b/screen-write.c @@ -1049,7 +1049,7 @@ screen_write_cell(struct screen_write_ctx *ctx, const struct grid_cell *gc) width = gc->data.width; /* - * If this is a wide character and there is no room on the screen, for + * If this is a wide character and there is no room on the screen for * the entire character, don't print it. */ if (!(s->mode & MODE_WRAP) && (width > 1 && |