diff options
author | Sebastian Geerken <devnull@localhost> | 2012-11-18 14:14:52 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2012-11-18 14:14:52 +0100 |
commit | 0f9c4a50964f6321b6cc66d968e3ade5b22a1ae2 (patch) | |
tree | 567d759df4db0fa063738397f66797cef99bd1bf /src/prefs.h | |
parent | 38fb867037d86d741fd003adc5e3cbb4c4aeceb8 (diff) |
Cleaned up and completed configuration for penalties.
Diffstat (limited to 'src/prefs.h')
-rw-r--r-- | src/prefs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/prefs.h b/src/prefs.h index 7cb4f113..0c392ae5 100644 --- a/src/prefs.h +++ b/src/prefs.h @@ -90,6 +90,7 @@ struct _DilloPrefs { bool_t show_extra_warnings; bool_t middle_click_drags_page; int penalty_hyphen, penalty_hyphen_2; + int penalty_em_dash_left, penalty_em_dash_right, penalty_em_dash_right_2; }; /* Global Data */ |