summaryrefslogtreecommitdiffstats
path: root/src/cmds_command.c
AgeCommit message (Collapse)Author
2021-04-01Revert "Improve undo / yank using malloc for batches"Andrés
This reverts commit 7633c8e177ff19a5ff0ccbfc1c28ac624ac38e06.
2021-04-01Improve undo / yank using malloc for batchesAndrés
2021-03-30Added UNDO and YANK macrosAndrés
2021-03-27Adde freeze to visual modeAndrés
2021-03-26adding latex exportAndrés
2021-03-25Removed tabs. Corrected email address in filesAndrés
2021-03-25Added mappings for command mode.Andrés
Handle <ESC> key in mappings. Fixed vmaps in get_mappings function.
2021-03-21fix issue setting conf variables like nonumericAndrés
2021-03-21Merge pull request #353 from ayroblu/add_visual_modeAndrés M
Add visual mode mapping
2021-03-20stop performing atoi() repeatedly on config valuesNicolas Pitre
Now that we store both the string and the numeric value for every config entries, let's grab those values directly. This should save quite some processing cycles. Those changes were performed with the following command: sed -e 's/atoi(get_conf_value *(\([^)]*\)))/get_conf_int(\1)/g' -i *.c *.y
2021-03-20clean up and optimize the dictionary codeNicolas Pitre
This code was way too complicated and suboptimal.
2021-03-14added define_color to command modeAndrés
2020-08-24Added new command :strtonumwim
Converts Labels to Numbers Todo add it ti the undo chain
2020-07-13Mark array declarations extern to work with gcc 10 -fno-commonMike Sharov
2020-02-08fix wq alias for x commandPim Snel
2020-02-06fix segfault, do not load_header when option nocursesPim Snel
2020-02-02initial markdown export supportPim Snel
2019-09-08Add v commandsBen Lu
2019-02-14Expand fcopy's functionalityLars Lenckowski
2018-10-08fix annoying bug because of not resetting inputline_pos to 0 when confirming ↵mongo
a command in COMMAND_MODE
2018-06-15Use memcpy instead of strncpySijmen J. Mulder
Length of strings is already known
2018-06-15Use more portable strncpy instead of strlcpySijmen J. Mulder
2018-06-15Fix missing call to wordexp()Sijmen J. Mulder
2018-06-15Add NO_WORDEXP codepaths for OpenBSDSijmen J. Mulder
OpenBSD does not implement wordexp(). For rationale, see: http://openbsd-archive.7691.n7.nabble.com/patch-libc-wordexp-support-td159368.html This commit adds support for a NO_WORDEXP macro and enables it on OpenBSD. If the macro is defined, shell expansion is simply skipped.
2018-04-07work on issue 246andmarti1424
2018-03-22moved message when using set commandmongo
2018-03-22work on issue 240mongo
2017-12-15renamed winch to sig_winch. current fg and bg colors are kept if they are ↵andmarti1424
not specified in :cellcolor. added comments in tui.c
2017-07-28Doxygen comments.Charles Edward Pax
2017-06-22Fix when sorting when no range is selectedmongo
2017-05-19Fixed file permissionsmongo
2017-05-11Change when moving in command mode and insert mode history:mongo
if inputline is not empty, up and down keys now recall older commands from history, but taking whose commands that beginning matches the current inputline content.
2017-05-10autobackup feature - commit 1. :i command replaced with :loadmongo
2017-05-05Add validation to set commandandmarti1424
2017-05-02clean cmds_command.c when shall return because of errorsmongo
2017-05-02fix in control of operation in subtotalmongo
2017-05-02Add subtotal to doc filemongo
2017-04-29add fcopy and fsum to tab completionandmarti1424
2017-04-26Added plotedit commandandmarti1424
2017-04-26gnuplot interactionmongo
2017-04-24fix file permissionsmongo
2017-04-21cpaste command to paste from clipboard to Sc-imandmarti1424
2017-04-21Clipboard supportmongo
2017-04-09cleaned commentsandmarti1424
2017-04-06renamed some ui functionsmongo
2017-04-05cleaned color.candmarti1424
2017-04-05more cleaningmongo
2017-04-05more cleaning of uimongo
2017-04-05more cleaningmongo
2017-04-03cleaning code. removing unneeded/comments lines. starting to isolate UI codemongo