CLI option -smooths 1

This commit is contained in:
Zeno Rogue
2020-04-12 20:34:02 +02:00
parent 11d119766d
commit 8f99715f0d
+4
View File
@@ -2534,6 +2534,10 @@ EX int read_config_args() {
PHASEFROM(2);
shift(); neon_mode = eNeon(argi());
}
else if(argis("-smooths")) {
PHASEFROM(2);
shift(); smooth_scrolling = argi();
}
else if(argis("-neonnf")) {
PHASEFROM(2);
shift(); neon_nofill = argi();