1. 565de3f Fix parsing of optional arguments so that and accept a - starting an argument. by nicm · 1 year, 11 months ago
  2. 3b3f420 Add send-keys -K to handle keys directly as if typed (so look up in key by nicm · 1 year, 11 months ago
  3. 33c5910 Fix validation of missing percentage arguments. by nicm · 2 years, 4 months ago
  4. c07d582 Expand arguments to some commands where it makes sense, GitHub issue by nicm · 2 years, 6 months ago
  5. 006a529 Check if args_strtonum argument is NULL or not a string, from Anindya Mukherjee. by nicm · 2 years, 6 months ago
  6. 7d4224f Allow optional arguments. by nicm · 2 years, 9 months ago
  7. 200b653 fatalx on unknown enum members in a couple of places, from Ben Boeckel. by nicm · 3 years, 1 month ago
  8. 768fb90 Keep -? as usage. by nicm · 3 years, 2 months ago
  9. 34312fd Expand argument to run-shell again. by nicm · 3 years, 3 months ago
  10. 329c2c2 Change copying arguments to that flags without arguments are inserted by nicm · 3 years, 3 months ago
  11. daec63e Replace %% in command lists (by copying them) for template arguments , by nicm · 3 years, 3 months ago
  12. 03d173c Validate command argument types (string or command list) and give more by nicm · 3 years, 3 months ago
  13. 841ce74 args_make_commands_now needs to take an extra reference to the returned by nicm · 3 years, 3 months ago
  14. 210e71e Move command argument parsing common functions and don't bother to parse by nicm · 3 years, 3 months ago
  15. 0084cbe Free value properly. by nicm · 3 years, 3 months ago
  16. 326d2ef Pass typed arguments out of the parser into the arguments list and let by nicm · 3 years, 3 months ago
  17. 110ba76 Rename a member to match what it will be in future. by nicm · 3 years, 3 months ago
  18. d371764 Wrap command argument definitions in their own struct. by nicm · 3 years, 3 months ago
  19. d589be6 A couple more spacing fixes. by nicm · 3 years, 3 months ago
  20. 5f32b7d Hide struct args behind a couple of accessor functions. by nicm · 3 years, 3 months ago
  21. 90dd474 Expose args_value struct (will be needed soon) and add some missing frees. by nicm · 3 years, 3 months ago
  22. 6cbc83c Add a way to create an empty arguments set. by nicm · 3 years, 3 months ago
  23. cf63465 Fix quoting with newlines and single quotes. by nicm · 4 years, 5 months ago
  24. b3782d2 Instead of using a custom parse function to process {}, treat it as a by nicm · 4 years, 6 months ago
  25. dc89340 Fix some error strings, from Kris Katterjohn. by nicm · 4 years, 6 months ago
  26. beb214b Add formats for after hook command arguments. by nicm · 4 years, 6 months ago
  27. de5163a Change so main-pane-width and height can be given as a percentage. by nicm · 4 years, 7 months ago
  28. ad38ef6 Print empty arguments properly. by nicm · 4 years, 7 months ago
  29. 8828b95 Break code to convert an argument as a percentage into a common function. by nicm · 4 years, 8 months ago
  30. bd0342b getopt is not required to set optarg to NULL when there is no argument by nicm · 4 years, 8 months ago
  31. fc2016d Add a -H flag to send-keys to send literal keys given as hex numbers by nicm · 5 years ago
  32. cd1fc42 Add a -A flag to show-options to show parent options as well. by nicm · 5 years ago
  33. 7dced37 Use VIS_CSTYLE for the arguments and add the missing escapes it can by nicm · 5 years ago
  34. 4382538 Do not read past the end of the argument string if it is empty. by nicm · 5 years ago
  35. 6b33212 Add an additional {} syntax for defining strings in the configuration by nicm · 5 years ago
  36. 27bfb56 Break the argument escaping code into a separate function and use it to by nicm · 6 years ago
  37. c4b0da5 Support multiple occurances of the same argument. Use this for a new by nicm · 6 years ago
  38. e1b3dc8 Run alert hooks based on the options rather than unconditionally, from by nicm · 7 years ago
  39. aad4e4d Rewrite of choose mode, both to simplify and tidy the code and to add by nicm · 7 years ago
  40. ae1a6c2 Do not need getopt.h. by nicm · 8 years ago
  41. faa0570 Plain stravis() because it will mangle UTF-8 characters, so add by nicm · 8 years ago
  42. 4bb5a1d Run arguments through vis() as well when printing them. by nicm · 8 years ago
  43. e454018 Add static in window-*.c and move some internal functions out of tmux.h. by nicm · 8 years ago
  44. 7d4b416 Some more static. by nicm · 8 years ago
  45. 995af0e I no longer use my SourceForge address so replace it. by nicm · 9 years ago
  46. 6a2ca34 Do not set a limit on the length of commands when printing them. by nicm · 9 years ago
  47. 52bbac5 struct args_entry can go into arguments.c. by nicm · 9 years ago
  48. 900f6fc Tidy up some includes. by nicm · 10 years ago
  49. b8bda67 Don't blindly increase offsets by the return value of snprintf, if there by nicm · 11 years ago
  50. 3368b60 Couple of fixes from cppcheck via Tiago Cunha. by nicm · 11 years ago
  51. 66829ee Simplify args_set, from Tiago Cunha. by nicm · 11 years ago
  52. 30275bc Include unistd.h as it is the standard location for getopt(). by okan · 11 years ago
  53. a0cf65d Instead of eating 1024 bytes or so for the arguments of each command, by Nicholas Marriott · 11 years ago
  54. df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
  55. 9dacc17 Pass the right size to calloc (* not **). by Nicholas Marriott · 13 years ago
  56. 567741c Free old argument even if setting to NULL. by Nicholas Marriott · 14 years ago
  57. 7502cb3 Clean up and simplify tmux command argument parsing. by Nicholas Marriott · 14 years ago