summaryrefslogtreecommitdiffstats
path: root/arguments.c
AgeCommit message (Expand)Author
2021-08-25Merge branch 'obsd-master' into masterThomas Adam
2021-08-25Validate command argument types (string or command list) and give morenicm
2021-08-23Merge branch 'obsd-master' into masterThomas Adam
2021-08-23args_make_commands_now needs to take an extra reference to the returnednicm
2021-08-23Merge branch 'obsd-master' into masterThomas Adam
2021-08-23Move command argument parsing common functions and don't bother to parsenicm
2021-08-22Merge branch 'obsd-master' into masterThomas Adam
2021-08-21Free value properly.nicm
2021-08-21Pass typed arguments out of the parser into the arguments list and letnicm
2021-08-21Merge branch 'obsd-master' into masterThomas Adam
2021-08-21Rename a member to match what it will be in future.nicm
2021-08-21Wrap command argument definitions in their own struct.nicm
2021-08-20Merge branch 'obsd-master' into masterThomas Adam
2021-08-20A couple more spacing fixes.nicm
2021-08-20Hide struct args behind a couple of accessor functions.nicm
2021-08-20Merge branch 'obsd-master' into masterThomas Adam
2021-08-20Expose args_value struct (will be needed soon) and add some missing frees.nicm
2021-08-20Add a way to create an empty arguments set.nicm
2020-06-12Merge branch 'obsd-master'Thomas Adam
2020-06-12Fix quoting with newlines and single quotes.nicm
2020-06-04Merge branch 'obsd-master'Thomas Adam
2020-06-04Instead of using a custom parse function to process {}, treat it as anicm
2020-05-26Merge branch 'obsd-master'Thomas Adam
2020-05-25Fix some error strings, from Kris Katterjohn.nicm
2020-05-16Add formats for after hook command arguments.nicm
2020-05-05Add formats for after hook command arguments.Nicholas Marriott
2020-04-22Merge branch 'obsd-master'Thomas Adam
2020-04-22Change so main-pane-width and height can be given as a percentage.nicm
2020-04-13Merge branch 'obsd-master'Thomas Adam
2020-04-12Print empty arguments properly.nicm
2020-03-21Merge branch 'obsd-master'Thomas Adam
2020-03-21Break code to convert an argument as a percentage into a common function.nicm
2020-03-17Merge branch 'obsd-master'Thomas Adam
2020-03-17getopt is not required to set optarg to NULL when there is no argumentnicm
2019-07-09Merge branch 'obsd-master'Thomas Adam
2019-07-09Add a -H flag to send-keys to send literal keys given as hex numbersnicm
2019-06-20Merge branch 'obsd-master'Thomas Adam
2019-06-20Add a -A flag to show-options to show parent options as well.nicm
2019-05-29Merge branch 'obsd-master'Thomas Adam
2019-05-29Use VIS_CSTYLE for the arguments and add the missing escapes it cannicm
2019-05-28Merge branch 'obsd-master'Thomas Adam
2019-05-28Do not read past the end of the argument string if it is empty.nicm
2019-05-27Merge branch 'obsd-master'Thomas Adam
2019-05-27Add an additional {} syntax for defining strings in the configurationnicm
2019-05-23Merge branch 'obsd-master'Thomas Adam
2019-05-23Break the argument escaping code into a separate function and use it tonicm
2019-04-28Merge branch 'obsd-master'Thomas Adam
2019-04-28Support multiple occurances of the same argument. Use this for a newnicm
2017-08-23Merge branch 'obsd-master'Thomas Adam
2017-08-23Run alert hooks based on the options rather than unconditionally, fromnicm