summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/arguments.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix quoting with newlines and single quotes.nicm2020-06-121-12/+15
* Instead of using a custom parse function to process {}, treat it as anicm2020-06-041-1/+6
* Fix some error strings, from Kris Katterjohn.nicm2020-05-251-3/+3
* Add formats for after hook command arguments.nicm2020-05-161-17/+39
* Change so main-pane-width and height can be given as a percentage.nicm2020-04-221-11/+18
* Print empty arguments properly.nicm2020-04-121-3/+5
* Break code to convert an argument as a percentage into a common function.nicm2020-03-211-1/+51
* getopt is not required to set optarg to NULL when there is no argumentnicm2020-03-171-1/+3
* Add a -H flag to send-keys to send literal keys given as hex numbersnicm2019-07-091-4/+14
* Add a -A flag to show-options to show parent options as well.nicm2019-06-201-2/+4
* Use VIS_CSTYLE for the arguments and add the missing escapes it cannicm2019-05-291-2/+2
* Do not read past the end of the argument string if it is empty.nicm2019-05-281-1/+3
* Add an additional {} syntax for defining strings in the configurationnicm2019-05-271-2/+2
* Break the argument escaping code into a separate function and use it tonicm2019-05-231-23/+40
* Support multiple occurances of the same argument. Use this for a newnicm2019-04-281-48/+111
* Run alert hooks based on the options rather than unconditionally, fromnicm2017-08-231-2/+2
* Rewrite of choose mode, both to simplify and tidy the code and to addnicm2017-05-301-3/+2
* Do not need getopt.h.nicm2017-04-221-2/+1
* Plain stravis() because it will mangle UTF-8 characters, so addnicm2017-01-181-3/+3
* Run arguments through vis() as well when printing them.nicm2017-01-181-9/+23
* Add static in window-*.c and move some internal functions out of tmux.h.nicm2016-10-111-26/+3
* Some more static.nicm2016-10-101-5/+6
* I no longer use my SourceForge address so replace it.nicm2016-01-191-2/+2
* Do not set a limit on the length of commands when printing them.nicm2015-11-271-44/+40
* struct args_entry can go into arguments.c.nicm2015-08-291-1/+7
* Tidy up some includes.nicm2014-10-201-1/+2
* Don't blindly increase offsets by the return value of snprintf, if therenicm2014-04-111-4/+10
* Couple of fixes from cppcheck via Tiago Cunha.nicm2014-01-151-3/+2
* Simplify args_set, from Tiago Cunha.nicm2014-01-091-10/+6
* Include unistd.h as it is the standard location for getopt().okan2013-11-171-1/+2
* Instead of eating 1024 bytes or so for the arguments of each command,nicm2013-05-311-43/+79
* xfree is not particularly helpful, remove it. From Thomas Adam.nicm2012-07-101-13/+9
* Pass the right size to calloc (* not **).nicm2011-07-091-2/+2
* Free old argument even if setting to NULL.nicm2011-01-301-5/+6
* Clean up and simplify tmux command argument parsing.nicm2011-01-041-0/+222