ADD: Flags lcp_darkmode and lcp_darkmodenative

This commit is contained in:
Alexander Koblov 2020-02-26 21:00:08 +00:00
commit a965498460

View file

@ -20,6 +20,8 @@ const
lcp_forceshow=16;
lcp_fitlargeronly=32;
lcp_center=64;
lcp_darkmode=128;
lcp_darkmodenative=256;
lcs_findfirst=1;
lcs_matchcase=2;
lcs_wholewords=4;