From 4ed0d0fe018adea8ef2f7f1308c38e8e9c2873a7 Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Wed, 12 Apr 2023 23:31:26 +0200 Subject: add optional boldstrokemode --- swt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'swt.c') diff --git a/swt.c b/swt.c index 201c3a5..c05f997 100644 --- a/swt.c +++ b/swt.c @@ -263,7 +263,7 @@ void wdrawline(Line line, int x1, int y1, int x2) { win.canvas, borderpx + x * win.fontcache->box.width, borderpx + y1 * win.fontcache->box.height, - 10, + win.fontcache->box.width, win.fontcache->box.height, colors[line[x].bg] ); -- cgit v1.2.3-70-g09d2