1. daec63e Replace %% in command lists (by copying them) for template arguments , by nicm · 3 years, 3 months ago
  2. 110ba76 Rename a member to match what it will be in future. by nicm · 3 years, 3 months ago
  3. 08e6360 Add args parsing callback for some future work, currently unused. by nicm · 3 years, 3 months ago
  4. 5f32b7d Hide struct args behind a couple of accessor functions. by nicm · 3 years, 3 months ago
  5. c76b28d Remove some unnecessary blank lines. by nicm · 3 years, 3 months ago
  6. 90dd474 Expose args_value struct (will be needed soon) and add some missing frees. by nicm · 3 years, 3 months ago
  7. be471c3 Add a -S flag to new-window to make it select the existing window if one by nicm · 3 years, 10 months ago
  8. f69bdda Silently ignore -a or -b if the window index doesn't exist and create by nicm · 4 years, 5 months ago
  9. 1c78155 Add -b flags to insert a window before (like the existing -a for after) by nicm · 4 years, 5 months ago
  10. 3f7f9a0 Make client -c and -t handling common in cmd-queue.c and try to be by nicm · 4 years, 7 months ago
  11. adb76fd Move cmdq_state into cmd-queue.c. by nicm · 4 years, 7 months ago
  12. 9a65102 Rename cmdq_shared to cmdq_state which will better reflect what it is by nicm · 4 years, 7 months ago
  13. 04cdd03 Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make its by nicm · 4 years, 7 months ago
  14. c20eb0c Make struct cmd local to cmd.c and move it out of tmux.h. by nicm · 4 years, 7 months ago
  15. 832b8a8 Use new window and new pane as well for -P to new-session or new-window. by nicm · 4 years, 8 months ago
  16. cc8b41f Add a way to mark environment variables as "hidden" so they can be used by nicm · 4 years, 8 months ago
  17. 647887b Add a "latest" window-size option which tries to size windows based on by nicm · 5 years ago
  18. c4b0da5 Support multiple occurances of the same argument. Use this for a new by nicm · 6 years ago
  19. dfb7bb6 Merge hooks into options and make each one an array option. This allows by nicm · 6 years ago
  20. 78287e2 Break new window and pane creation common code from various commands and by nicm · 6 years ago
  21. ff67ef9 Fix new-window -k, GitHub issue 1403. by nicm · 6 years ago
  22. b9a6162 Make server_client_get_cwd used (almost) everywhere we need to work out by nicm · 7 years ago
  23. e24a077 Use window target if specified and exists even when looking for an by nicm · 7 years ago
  24. 182357f Expand formats in window and session names. by nicm · 7 years ago
  25. 17cf1b2 Pass flags into cmd_find_from_* to fix prefer-unattached, reported by by nicm · 7 years ago
  26. 11e2af6 Add -c for respawn-pane and respawn-window, from J Raynor. by nicm · 7 years ago
  27. ee45a8a Get rid of the extra layer of flags and cmd_prepare() and just store the by nicm · 8 years ago
  28. 2c0f826 Mouse bindings and hooks set up an initial current state when running a by nicm · 8 years ago
  29. c799425 More unnecessary arguments now winlink points back to session. by nicm · 8 years ago
  30. 6b2009a Add a helper function for the most common format_create/defaults/expand pattern. by nicm · 8 years ago
  31. 7d23d01 Add a window or pane id "tag" to each format tree and use it to separate by nicm · 8 years ago
  32. 41e633a Use the notify name string instead of going via an enum and change by nicm · 8 years ago
  33. b342bd0 Mass rename struct cmd_q to struct cmdq_item and related. by nicm · 8 years ago
  34. ddc4512 Rewrite command queue handling. Each client still has a command queue, by nicm · 8 years ago
  35. 4289a1e Trying to do hooks generically is way too complicated and unreliable and by nicm · 8 years ago
  36. 4d9e6ea Some improvements and bug fixes for hooks: by nicm · 8 years ago
  37. a81685b Add static in cmd-* and fix a few other nits. by nicm · 8 years ago
  38. 995af0e I no longer use my SourceForge address so replace it. by nicm · 9 years ago
  39. a3129fd Instead of combined flags for -c, -s, -t, split into different sets by nicm · 9 years ago
  40. ecfeee2 Use member names in cmd_entry definitions so I stop getting confused by nicm · 9 years ago
  41. 9f5aca6 Use struct cmd_find_state directly and remove cmd_state_flag, also by nicm · 9 years ago
  42. 4a4daf1 Instead of every command resolving the target (-t or -s) itself, prepare by nicm · 9 years ago
  43. 01831da Add cmdq as an argument to format_create and add a format for the by nicm · 9 years ago
  44. e0f26dc Remove format_create_flags and just pass flags to format_create. by nicm · 9 years ago
  45. 933929c Memory leaks and an uninitialized part of utf8_data, from Patrick Palka. by nicm · 9 years ago
  46. ba7fb49 Fall back silently to ~ or / rather than checking -c with access(), this by nicm · 9 years ago
  47. 01defc9 Because pledge(2) does not allow us to pass directory file descriptors by nicm · 9 years ago
  48. bf9c933 Like options, move the environ struct into environ.c. by nicm · 9 years ago
  49. 44657bf Move struct options into options.c. by nicm · 9 years ago
  50. 26a55dd Remove some unnecessary checks before free(). by nicm · 9 years ago
  51. 0ff3359 Move the shuffle code from new-window -a into a function and add a -a by nicm · 9 years ago
  52. f1e68bf Remove a couple of now-unused variables. by nicm · 10 years ago
  53. 4946f74 Wrap all the individual format_* calls in a single format_defaults functions. by nicm · 10 years ago
  54. 4c42381 Move template defines back into .c files. by nicm · 10 years ago
  55. 45dfc5a Instead of setting up the default keys by building the key struct by nicm · 10 years ago
  56. 4e956d5 Various minor style and spacing nits. by nicm · 10 years ago
  57. b3e8d44 If multiple arguments are given to new-session, new-window, by nicm · 11 years ago
  58. 3e27be3 Set PATH explicitly, either from client or session by nicm · 11 years ago
  59. 40982a0 With -k, kill window after using it to work out -c path. Reported by by nicm · 11 years ago
  60. 7aeb447 Handle empty current directory more gracefully. by nicm · 11 years ago
  61. 909e1c1 Don't boke when figuring out working directory from configuration file. by nicm · 11 years ago
  62. 282c5f9 Alter how tmux handles the working directory to internally use file by nicm · 11 years ago
  63. b822d24 Support -c for new-session, based on code from J Raynor. by nicm · 11 years ago
  64. 43fb983 Add -P and -F to new-session. by Nicholas Marriott · 12 years ago
  65. 20636d9 Add a command queue to standardize and simplify commands that call other by Nicholas Marriott · 12 years ago
  66. bb8457b Fix error reporting for client commands by adding a flag to by Nicholas Marriott · 12 years ago
  67. 3a0016a Use the CMD_*_USAGE defines consistently, from Thomas Adam. by Nicholas Marriott · 12 years ago
  68. c695c0c Fix some function prototypes from Helmut Tessarek. by Nicholas Marriott · 12 years ago
  69. 73c6785 Use a separate define for each default format template and strip clutter by Nicholas Marriott · 12 years ago
  70. ede8312 Make command exec functions return an enum rather than -1/0/1 values and by Nicholas Marriott · 12 years ago
  71. df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
  72. ebf94bc Switch all of the various choose- and list- commands over to the format by Nicholas Marriott · 13 years ago
  73. 4621034 Add notify hooks for various events, the functions are currently empty by Nicholas Marriott · 13 years ago
  74. 18012f5 free -> xfree. by Nicholas Marriott · 13 years ago
  75. 03dca66 Add -F format to new-window and split-window to use with the -P flag, by Nicholas Marriott · 13 years ago
  76. 908a22e Provide defined ways to set the various default-path possibilities: ~ by Nicholas Marriott · 13 years ago
  77. 8332413 Add some const and fix a warning. by Nicholas Marriott · 13 years ago
  78. f308ba9 Change the way the working directory for new processes is discovered. If by Nicholas Marriott · 13 years ago
  79. 7502cb3 Clean up and simplify tmux command argument parsing. by Nicholas Marriott · 14 years ago
  80. b6950ed Add a -P option to new-window and split-window to print the new window by Nicholas Marriott · 14 years ago
  81. 07a71fd Store the current working directory in the session, change the default-path by Nicholas Marriott · 14 years ago
  82. e63f054 Having a list of winlinks->alerts for each session is stupid, just store by Nicholas Marriott · 14 years ago
  83. d3d85c3 -a flag to insert a window after an existing one, moving other windows by Nicholas Marriott · 15 years ago
  84. 7d75dbb Permit !, + and - to be used for window targets to specify last window (!), or by Nicholas Marriott · 15 years ago
  85. 15a64b8 Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last by Nicholas Marriott · 15 years ago
  86. 4ca857e Remove a couple of unused arguments where possible, and add /* ARGSUSED */ to by Nicholas Marriott · 15 years ago
  87. 76ef877 Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in the by Nicholas Marriott · 15 years ago
  88. 9dd72b9 Add "grouped sessions" which have independent name, options, current window and by Nicholas Marriott · 15 years ago
  89. 6fab9a3 Use KEYC_NONE constant instead of 0 on init. by Nicholas Marriott · 15 years ago
  90. 3ad4de6 Add a base-index session option to specify the first index checked when looking by Nicholas Marriott · 15 years ago
  91. 34a82e7 Make all messages sent between the client and server fixed size. by Nicholas Marriott · 15 years ago
  92. 5f108d9 Having fixed flags for single-character getopt options is a bit hard to by Nicholas Marriott · 15 years ago
  93. 023d8d3 Tidy up and improve target (-t) argument parsing: by Nicholas Marriott · 15 years ago
  94. eb424cf Minor fix: look for default-path in the options for the specified session first by Nicholas Marriott · 15 years ago
  95. 35876ea Import tmux, a terminal multiplexor allowing (among other things) a single by Nicholas Marriott · 15 years ago