summaryrefslogtreecommitdiffstats
path: root/src/conf.c
AgeCommit message (Collapse)Author
2023-09-28Merge branch 'pr-833' into devmongo
2023-08-27Fixed typospolluks
2023-08-17Allow :ccopy to copy full representation of cellsNicholas Todoroff
Adds a configuration variable "copy_to_clipboard_wysiwyg" which defaults to 1. When this variable is nonzero, :ccopy copies the selected range as it's displayed. When set to zero, :ccopy copies a full string representation of the cells.
2023-06-01Merge branch 'pr-626' into devAndrés
2023-02-03work on issue 778Andrés
2023-01-11add input_edit_mode settingChristian Zangl
This will always go from input to edit mode when pressing ESC.
2022-02-03Added ignore_hidden configuration variable. #653 #674Andrés
2021-06-16Show old and new value when chainging config variableAndrés
2021-05-28CommentsAndrés
2021-05-24removed --sheet and --filename_with_mode.Andrés
2021-05-21changes to support multisheetAndrés
2021-04-30Added EXPORT in gram.y and --quiet command parameterAndrés
2021-04-27Added new exec_lua configuration variableAndrés
2021-04-15Added autowrap config valueAndrés
2021-04-06Open URL or file specified on cell (PR 401)Andrés
2021-04-05handle rowformat when using mouseAndrés
2021-04-02Added command_timeout configuration variableAndrés
2021-04-02Added mapping_timeout configuration variableAndrés
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