diff options
author | louie <lshprung@yahoo.com> | 2020-08-14 16:44:29 -0700 |
---|---|---|
committer | louie <lshprung@yahoo.com> | 2020-08-14 16:44:29 -0700 |
commit | 73ba31618b28d72e241ff066080ed1a407a82aa3 (patch) | |
tree | c911a9a30c2bdc0033a79ac0761f3ca326037442 /read_cfg.h | |
parent | 33e4fb7878f74bb756b9bfb71a4b656ac3541ebc (diff) |
Added foldCase option
Diffstat (limited to 'read_cfg.h')
-rw-r--r-- | read_cfg.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -9,4 +9,6 @@ int get_compmode(); bool get_sort(); +bool get_case_sensitivity(); + #endif |