Add an option to control how much dimming SGR dim does

This commit is contained in:
Kovid Goyal
2018-05-20 11:00:13 +05:30
parent 6f2d63eb87
commit 7282d8edc1
6 changed files with 13 additions and 5 deletions

View File

@@ -359,6 +359,7 @@ PYWRAP1(set_options) {
S(cursor_blink_interval, PyFloat_AsDouble);
S(cursor_stop_blinking_after, PyFloat_AsDouble);
S(background_opacity, PyFloat_AsDouble);
S(dim_opacity, PyFloat_AsDouble);
S(inactive_text_alpha, PyFloat_AsDouble);
S(window_padding_width, PyFloat_AsDouble);
S(cursor_shape, PyLong_AsLong);