diff options
Diffstat (limited to 'swt.c')
| -rw-r--r-- | swt.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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] ); |