summaryrefslogtreecommitdiffstats
path: root/src/conf.c
AgeCommit message (Collapse)Author
2021-03-25Removed tabs. Corrected email address in filesAndrés
2021-03-22fix dictionary string parserNicolas Pitre
I didn't notice that multiple key=value pairs were possible in a single string. Here's a new implementation that does it, with the ability to parse the whole default_config string as well as command line args.
2021-03-21fix const qualifier warningsNicolas Pitre
2021-03-20store dictionary values as both a string and an integer valueNicolas Pitre
This will allow for not doing atoi() over and over everywhere.
2021-03-20remove predefined_conf_dNicolas Pitre
This is not used anywhere. And there is no need to have a full dictionary for that either. If necessary the original value could still be retrieved from the default-config array.
2021-03-20optimize conf.c code part 2Nicolas Pitre
The initial config can be greatly simplified and be made more compact. Before this change: text data bss dec hex filename 1530 0 0 1530 5fa conf.o After this change: text data bss dec hex filename 1036 0 0 1036 40c conf.o
2021-03-20optimize conf.c code part 1Nicolas Pitre
Doing strlen() over and over is extremely unefficient.
2021-03-15Make half page scroll defaultAndrés
2021-03-14added new underline_grid config value to show a nicer gridAndrés
2021-03-13Added new 'input_bar_bottom' configuration variableAndrés
2020-08-24should be "with mode", as status is whole lineV. Guruprasad
2020-08-24make filename display configurableV. Guruprasad
2020-04-10Merge pull request #354 from ayroblu/add_truncate_cellsAndrés M
Option to truncate cells rather than showing asterisks
2020-02-06Merge pull request #370 from sjmulder/pr/solarisAndrés M
Solaris doesn't have tm_gmtoff
2020-02-06fix segfaultPim Snel
2019-12-24Solaris doesn't have tm_gmtoffSijmen J. Mulder
2019-09-10No truncate isnt recognised?Ben Lu
2019-09-10Add grammar and docBen Lu
2017-12-02Prevent some warnings during buildandmarti1424
2017-12-01Work on issue 213mongo
2017-07-27Comments in conf.c.Charles Edward Pax
2017-07-27Doxygen comments for conf.c and conf.h.Charles Edward Pax
2017-06-22Changed default optionsandmarti1424
2017-05-19Fixed file permissionsmongo
2017-05-10autobackup feature - commit 1. :i command replaced with :loadmongo
2017-04-25added import_delimited_as_text configuration variable for csv importmongo
2017-04-24fix file permissionsmongo
2017-04-21new copy_to_clipboard tab delim optionandmarti1424
2017-04-21cpaste command to paste from clipboard to Sc-imandmarti1424
2017-04-21Clipboard supportmongo
2017-04-20add --version option to pass to argvmongo
2017-03-15Warnings cleanup and compilation time switches.roman65536
2017-03-14Merge of @roman65536 LUA workandmarti1424
2017-02-23Added ignorecase configuration flag for string searchs - #152andmarti1424
2017-02-05Added debug to SIGINTmongo
2016-08-29Added new "debug" configuration parametermongo
2016-08-26new overlap configuration parameter.mongo
If overlap is set to true, the cell content that exceedes column width continues to show in the following column. fix a bug when repaiting a cell that has a wide char size over than one.
2016-04-25Changed default branch name to devmongo
2016-04-15Renamed src.scim2 to srcmongo