From c921eed7f3a10b6e403d5d5863df82c652ca5db9 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 25 Jan 2017 00:01:45 +0100 Subject: Implement text selection --- src/render.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/render.c') diff --git a/src/render.c b/src/render.c index a8ff7ea..f87c5b9 100644 --- a/src/render.c +++ b/src/render.c @@ -1,7 +1,7 @@ /* * render.c * - * Copyright © 2013-2016 Thomas White + * Copyright © 2013-2017 Thomas White * * This file is part of Colloquium. * @@ -151,7 +151,7 @@ void wrap_frame(struct frame *fr, PangoContext *pc) w = fr->w - fr->pad_l - fr->pad_r; for ( i=0; in_paras; i++ ) { - wrap_paragraph(fr->paras[i], pc, w); + wrap_paragraph(fr->paras[i], pc, w, 0, 0); } } -- cgit v1.2.3