summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/arguments.c
AgeCommit message (Expand)Author
2023-01-08Fix parsing of optional arguments so that and accept a - starting anNicholas Marriott
2022-12-16Add send-keys -K to handle keys directly as if typed (so look up in keyNicholas Marriott
2022-08-02Fix validation of missing percentage arguments.Nicholas Marriott
2022-06-07Expand arguments to some commands where it makes sense, GitHub issueNicholas Marriott
2022-05-30Check if args_strtonum argument is NULL or not a string, from AnindyaNicholas Marriott
2022-03-03Allow optional arguments.Nicholas Marriott
2021-11-02fatalx on unknown enum members in a couple of places, from Ben Boeckel.Nicholas Marriott
2021-09-09Keep -? as usage.Nicholas Marriott
2021-09-09Expand argument to run-shell again.Nicholas Marriott
2021-09-02Change copying arguments to that flags without arguments are insertedNicholas Marriott
2021-08-27Replace %% in command lists (by copying them) for template arguments ,Nicholas Marriott
2021-08-25Validate command argument types (string or command list) and give moreNicholas Marriott
2021-08-23args_make_commands_now needs to take an extra reference to the returnedNicholas Marriott
2021-08-23Move command argument parsing common functions and don't bother to parseNicholas Marriott
2021-08-21Free value properly.Nicholas Marriott
2021-08-21Preserve argument type in command and convert to string on demand.Nicholas Marriott
2021-08-21Pass typed arguments out of the parser into the arguments list and letNicholas Marriott
2021-08-21Rename a member to match what it will be in future.Nicholas Marriott
2021-08-21Wrap command argument definitions in their own struct.Nicholas Marriott
2021-08-20A couple more spacing fixes.Nicholas Marriott
2021-08-20Hide struct args behind a couple of accessor functions.Nicholas Marriott
2021-08-20Expose args_value struct (will be needed soon) and add some missing frees.Nicholas Marriott
2021-08-20Add a way to create an empty arguments set.Nicholas Marriott
2020-06-12Fix quoting with newlines and single quotes.Nicholas Marriott
2020-06-04Instead of using a custom parse function to process {}, treat it as aNicholas Marriott
2020-05-25Fix some error strings, from Kris Katterjohn.Nicholas Marriott
2020-05-16Add formats for after hook command arguments.Nicholas Marriott
2020-04-22Change so main-pane-width and height can be given as a percentage.Nicholas Marriott
2020-04-12Print empty arguments properly.Nicholas Marriott
2020-03-21Break code to convert an argument as a percentage into a common function.Nicholas Marriott
2020-03-17getopt is not required to set optarg to NULL when there is no argumentNicholas Marriott
2019-07-09Add a -H flag to send-keys to send literal keys given as hex numbersNicholas Marriott
2019-06-20Add a -A flag to show-options to show parent options as well.Nicholas Marriott
2019-05-29Use VIS_CSTYLE for the arguments and add the missing escapes it canNicholas Marriott
2019-05-28Do not read past the end of the argument string if it is empty.Nicholas Marriott
2019-05-27Add an additional {} syntax for defining strings in the configurationNicholas Marriott
2019-05-23Break the argument escaping code into a separate function and use it toNicholas Marriott
2019-04-28Support multiple occurances of the same argument. Use this for a newNicholas Marriott
2017-08-23Run alert hooks based on the options rather than unconditionally, fromNicholas Marriott
2017-05-30Rewrite of choose mode, both to simplify and tidy the code and to addNicholas Marriott
2017-04-22Do not need getopt.h.Nicholas Marriott
2017-01-18Plain stravis() because it will mangle UTF-8 characters, so addNicholas Marriott
2017-01-18Run arguments through vis() as well when printing them.Nicholas Marriott
2016-10-11Add static in window-*.c and move some internal functions out of tmux.h.Nicholas Marriott
2016-10-10Some more static.Nicholas Marriott
2016-01-19I no longer use my SourceForge address so replace it.Nicholas Marriott
2015-11-27Do not set a limit on the length of commands when printing them.Nicholas Marriott
2015-08-29struct args_entry can go into arguments.c.Nicholas Marriott
2014-10-20Tidy up some includes.Nicholas Marriott
2014-04-11Don't blindly increase offsets by the return value of snprintf, if thereNicholas Marriott