artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3cfca51
)
Can't collect UTF-8 characters of more than one byte at the moment.
author
nicm
<nicm@openbsd.org>
Sat, 22 Apr 2017 10:30:56 +0000
(10:30 +0000)
committer
nicm
<nicm@openbsd.org>
Sat, 22 Apr 2017 10:30:56 +0000
(10:30 +0000)
usr.bin/tmux/screen-write.c
patch
|
blob
|
history
diff --git
a/usr.bin/tmux/screen-write.c
b/usr.bin/tmux/screen-write.c
index
cd8a8b0
..
0b89954
100644
(file)
--- a/
usr.bin/tmux/screen-write.c
+++ b/
usr.bin/tmux/screen-write.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: screen-write.c,v 1.11
6 2017/03/07 13:48:28
nicm Exp $ */
+/* $OpenBSD: screen-write.c,v 1.11
7 2017/04/22 10:30:56
nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com>
@@
-1113,7
+1113,7
@@
screen_write_collect_add(struct screen_write_ctx *ctx,
*/
collect = 1;
- if (gc->data.width != 1)
+ if (gc->data.width != 1
|| gc->data.size != 1
)
collect = 0;
else if (gc->attr & GRID_ATTR_CHARSET)
collect = 0;