Add config option for smooth scrolling activation

This commit is contained in:
Quentin Rameau
2017-05-11 15:33:42 +02:00
parent 93a3e4cda0
commit 4a1876eb80
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -32,6 +32,7 @@ static Parameter defconfig[ParameterLast] = {
SETB(ScrollBars, 1),
SETB(ShowIndicators, 1),
SETB(SiteQuirks, 1),
SETB(SmoothScrolling, 0),
SETB(SpellChecking, 0),
SETV(SpellLanguages, ((char *[]){ "en_US", NULL })),
SETB(StrictTLS, 1),