man: document underline SGR

This commit is contained in:
kraftwerk28 2022-07-30 12:03:25 +03:00
parent f1f46edc7d
commit f6526e54a7
2 changed files with 35 additions and 1 deletions

View file

@ -452,7 +452,6 @@ draw_ext_underline(const struct terminal *term, pixman_image_t *pix,
const double th_2 = thickness * thickness;
const double hx_2 = ceil_w * ceil_w / 4.0;
const int th = round(sqrt(th_2 + (th_2 * bt_2 / hx_2)) / 2.);
#define I(x) pixman_int_to_fixed(x)
const pixman_trapezoid_t traps[] = {
{