aboutsummaryrefslogtreecommitdiff
path: root/swt.c
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2023-04-12 23:31:26 +0200
committerNathan Reiner <nathan@nathanreiner.xyz>2023-04-12 23:31:26 +0200
commit4ed0d0fe018adea8ef2f7f1308c38e8e9c2873a7 (patch)
tree0ab3c9b6e93f5d75e1ea25fc5d0e379f876b176a /swt.c
parentc7ebccb81d7a31b5bbfabdb533e665eb2ddb929c (diff)
add optional boldstrokemode
Diffstat (limited to 'swt.c')
-rw-r--r--swt.c2
1 files changed, 1 insertions, 1 deletions
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]
);