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