summaryrefslogtreecommitdiffstats
path: root/window-buffer.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2017-06-01 18:29:36 +0100
committerThomas Adam <thomas@xteddy.org>2017-06-01 18:29:36 +0100
commit73b9328c1fcf659dd884b8574cf7fabf0557ccae (patch)
tree1a06eb8b88f124cdc226bb9b8d11eb16a84d0d91 /window-buffer.c
parent92d86586b713ae89f3be40efbbd31089ec378e6b (diff)
parent248aa54bfdef25ff95db3c3426651f9894c652c5 (diff)
Merge branch 'obsd-master'
Conflicts: window-buffer.c
Diffstat (limited to 'window-buffer.c')
-rw-r--r--window-buffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/window-buffer.c b/window-buffer.c
index 4a6581ba..ea119611 100644
--- a/window-buffer.c
+++ b/window-buffer.c
@@ -198,7 +198,7 @@ window_buffer_draw(__unused void *modedata, void *itemdata, u_int sx, u_int sy)
screen_write_start(&ctx, NULL, &s);
screen_write_clearscreen(&ctx, 8);
- pdata = end = paste_buffer_data (pb, &psize);
+ pdata = end = paste_buffer_data(pb, &psize);
for (i = 0; i < sy; i++) {
at = 0;
while (end != pdata + psize && *end != '\n') {