Add an option to control the underline style for highlighting URLs on mouse over

This commit is contained in:
Kovid Goyal
2017-12-05 12:28:10 +05:30
parent e8441ce697
commit ed9b332da5
7 changed files with 18 additions and 5 deletions

View File

@@ -310,6 +310,7 @@ PYWRAP1(set_options) {
S(cursor_stop_blinking_after, PyFloat_AsDouble);
S(background_opacity, PyFloat_AsDouble);
S(cursor_shape, PyLong_AsLong);
S(url_style, PyLong_AsUnsignedLong);
S(x11_bell_volume, PyLong_AsLong);
S(mouse_hide_wait, PyFloat_AsDouble);
S(wheel_scroll_multiplier, PyFloat_AsDouble);