1. ee45a8a Get rid of the extra layer of flags and cmd_prepare() and just store the by nicm · 7 years ago
  2. efaf4c1 Make the cmd_find_* functions more obvious when looking for a client, by nicm · 7 years ago
  3. 126d364 server-info can become an alias rather than a command. by nicm · 8 years ago
  4. ef15b41 Revert WIP parts of previous I didn't mean to commit yet. by nicm · 8 years ago
  5. 68db958 getopt() has a struct option so just return to using options_entry. by nicm · 8 years ago
  6. aa4de2d Need to escape ; twice because the command list parser will eat one, by nicm · 8 years ago
  7. 5ea7a00 Quote backslash as well for %%%. by nicm · 8 years ago
  8. 461217d Incremental search in copy mode (on for emacs keys by default) - much by nicm · 8 years ago
  9. 70ba3c1 Fix the prefer unattached session behaviour of by nicm · 8 years ago
  10. 382e09b Make an empty state on error rather than leaving something partially by nicm · 8 years ago
  11. 8084a2c Add %%% to substitute with quotes escaped (convert " to \"). Use this by nicm · 8 years ago
  12. b342bd0 Mass rename struct cmd_q to struct cmdq_item and related. by nicm · 8 years ago
  13. ddc4512 Rewrite command queue handling. Each client still has a command queue, by nicm · 8 years ago
  14. 4d9e6ea Some improvements and bug fixes for hooks: by nicm · 8 years ago
  15. b4f95c4 Allow cmd_mouse_at return arguments to be NULL. by nicm · 8 years ago
  16. f0239a8 Remove some more unused variables, and use RB_FOREACH_SAFE in by nicm · 9 years ago
  17. b5b5221 Split out getting the current state from the target search so it can be by nicm · 9 years ago
  18. 995af0e I no longer use my SourceForge address so replace it. by nicm · 9 years ago
  19. d5999f8 Use cmd_find_clear_state instead of an extra function doing the same. by nicm · 9 years ago
  20. a3129fd Instead of combined flags for -c, -s, -t, split into different sets by nicm · 9 years ago
  21. ecfeee2 Use member names in cmd_entry definitions so I stop getting confused by nicm · 9 years ago
  22. 899bee0 Actually I thought cmd_get_state_client was unnecessary but it will be needed. by nicm · 9 years ago
  23. 72948d9 -c needs to be able for fail for display-message. by nicm · 9 years ago
  24. 66d1193 Remove an unnecessary function. by nicm · 9 years ago
  25. 50f8ead Don't log an error when doing the first check for move-window. by nicm · 9 years ago
  26. 9b7697d Change cmd_find_target to use a state struct from the caller. by nicm · 9 years ago
  27. ff599f4 Remove the cmd_find_{session,window,pane,index} functions (which are by nicm · 9 years ago
  28. 9d191a6 Move logging into cmd_find_target rather than each function. by nicm · 9 years ago
  29. 4a4daf1 Instead of every command resolving the target (-t or -s) itself, prepare by nicm · 9 years ago
  30. d2fb0ef Add hooks infrastructure, basic commands (set-hook, show-hooks) and a by nicm · 9 years ago
  31. 6a2ca34 Do not set a limit on the length of commands when printing them. by nicm · 9 years ago
  32. 2a836bc All the cmd_*_entry declarations do not need to be in tmux.h. by nicm · 9 years ago
  33. 95195f5 Rewrite of the target resolution internals to be simpler and more by nicm · 9 years ago
  34. 07dfdb9 Make message log a TAILQ. by nicm · 9 years ago
  35. 6dbd63b Move the functions to convert ids from strings into session.c and window.c. by nicm · 9 years ago
  36. aeedb46 Convert clients list into a TAILQ. by nicm · 9 years ago
  37. 3909aff Look up indexes as number before name, makes more sense if windows are by nicm · 9 years ago
  38. bf635e7 Rewrite of tmux mouse support which was a mess. Instead of having by nicm · 10 years ago
  39. a27ba6e Add xreallocarray and remove nmemb argument from xrealloc. by nicm · 10 years ago
  40. a54b005 Support using pane id as part of session or window specifier (so %1 by nicm · 10 years ago
  41. 304f86c Support ! for last pane. by nicm · 10 years ago
  42. c5253ad Show an error if cmd_find_session can't find the current session, like by nicm · 10 years ago
  43. b3e8d44 If multiple arguments are given to new-session, new-window, by nicm · 10 years ago
  44. f4ffaf5 Just use char ** for argv like normal people, not char *const *. by nicm · 10 years ago
  45. 14a96df Remove the choose-list command to prepare for some later choose-* work. by nicm · 11 years ago
  46. 18cb135 Don't write into buffer if no arguments, reported by Filipe Rosset. by nicm · 11 years ago
  47. 1a0d3cd Allow attach-session -t to accept a window and pane to select them on by nicm · 11 years ago
  48. c1ccefc We accidentally haven't been using $TMUX to work out the session for a by nicm · 11 years ago
  49. 6ac7abe Remove now unused cmd_get_default_path. by nicm · 11 years ago
  50. b822d24 Support -c for new-session, based on code from J Raynor. by nicm · 11 years ago
  51. 25c430b Reserve space for \0 in cmd_print, from George Nachman. by Nicholas Marriott · 11 years ago
  52. 673eb16 Sort includes and fix spaces. by Nicholas Marriott · 12 years ago
  53. 6fee3e9 Rename session idx to session id throughout and add $ prefix to targets by Nicholas Marriott · 12 years ago
  54. 410a3ab Add a wait-for command which blocks a client on a named channel until it by Nicholas Marriott · 12 years ago
  55. 20636d9 Add a command queue to standardize and simplify commands that call other by Nicholas Marriott · 12 years ago
  56. bb8457b Fix error reporting for client commands by adding a flag to by Nicholas Marriott · 12 years ago
  57. 2243cfb Need to set clients in context before changing their reference count. by Nicholas Marriott · 12 years ago
  58. d1e6ce2 Add functions to allocate and free command contexts rather than doing it by Nicholas Marriott · 12 years ago
  59. 51d989f Do not crash when calling choose-tree with a command that changes the mode. by Nicholas Marriott · 12 years ago
  60. c2e2107 Style nits - return (x) not return x. by Nicholas Marriott · 12 years ago
  61. 854e8ae Add ^ and $ special command targets to select lowest and highest by Nicholas Marriott · 12 years ago
  62. 991bfcf Fix session choice so that preferring unattached sessions actually by Nicholas Marriott · 12 years ago
  63. 42272df Use pgrp of pty fd not pid of immediate child when recovering current by Nicholas Marriott · 12 years ago
  64. 7263fa3 add cmd-choose-list to allow arbitrary options to be selected. From Thomas Adam. by Nicholas Marriott · 12 years ago
  65. ede8312 Make command exec functions return an enum rather than -1/0/1 values and by Nicholas Marriott · 12 years ago
  66. df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
  67. f20c6fe Add choose-tree command to show windows and sessions in the same by Nicholas Marriott · 12 years ago
  68. a4a2c68 Do not crash when the current session has no window, fixes a bug by Nicholas Marriott · 12 years ago
  69. 0f9e0d1 Do not return a buffer on the stack, mentioned by jsg a while ago. by Nicholas Marriott · 12 years ago
  70. 5cbca2e Fix printing commands with no arguments, from Benjamin Poirier. by Nicholas Marriott · 12 years ago
  71. 07ac168 Add move-pane command (like join-pane but allows the same window). Also by Nicholas Marriott · 13 years ago
  72. 67949de Don't die if fail to get root directory, from Ben Boeckel. by Nicholas Marriott · 13 years ago
  73. 908a22e Provide defined ways to set the various default-path possibilities: ~ by Nicholas Marriott · 13 years ago
  74. 0e59bc7 Give each window a unique id, like panes but prefixed with @. Based on by Nicholas Marriott · 13 years ago
  75. 8332413 Add some const and fix a warning. by Nicholas Marriott · 13 years ago
  76. fdd1d0b Allow $HOME as default-path in tmux.conf so the same config file can be used by Stefan Sperling · 13 years ago
  77. f308ba9 Change the way the working directory for new processes is discovered. If by Nicholas Marriott · 13 years ago
  78. 65177b8 Add a respawn-pane command, from Marcel Partap. by Nicholas Marriott · 13 years ago
  79. 2b60c64 Get rid of the layout string code which tries to walk through the layout by Nicholas Marriott · 13 years ago
  80. 6f08472 Fix a memory leak if cmd_pane_session succeeds, from Tiago Cunha. by Nicholas Marriott · 13 years ago
  81. ec89eb9 Change so that an empty session name always means the current sessions by Nicholas Marriott · 14 years ago
  82. 5d519ba Add a flag to cmd_find_session so that attach-session can prefer by Nicholas Marriott · 14 years ago
  83. 808502a Give each pane created in a tmux server a unique id (starting from 0), by Nicholas Marriott · 14 years ago
  84. b802304 Set $TMUX without the session when background jobs are run. by Nicholas Marriott · 14 years ago
  85. 7502cb3 Clean up and simplify tmux command argument parsing. by Nicholas Marriott · 14 years ago
  86. cc42614 Change from a per-session stack of buffers to one global stack which is by Nicholas Marriott · 14 years ago
  87. acf13ce Store sessions in an RB tree by name rather than a list, this is tidier by Nicholas Marriott · 14 years ago
  88. 34d05ea We now send argv to the server after parsing it in the client to get the by Nicholas Marriott · 14 years ago
  89. 5de84ec Add a last-pane command (bound to ; by default). Requested ages ago by by Nicholas Marriott · 14 years ago
  90. 6c42f1a Fall back on normal session choice method if $TMUX exists but is invalid by Nicholas Marriott · 14 years ago
  91. 43355fa Make pane/window wrapping more logical (so with 10 windows, +10 from by Nicholas Marriott · 14 years ago
  92. ef72933 Add a choose-buffer command for easier use of the paste buffer stack. by Nicholas Marriott · 14 years ago
  93. 386849e Extend the -t:+ and -t:- window targets for next and previous window to by Nicholas Marriott · 14 years ago
  94. e0f4697 Identical behaviour to select-prompt can now be obtained with by Nicholas Marriott · 14 years ago
  95. 6f04866 Support up, down, left, right movement through panes with -UDLR flags to by Nicholas Marriott · 15 years ago
  96. 7d75dbb Permit !, + and - to be used for window targets to specify last window (!), or by Nicholas Marriott · 15 years ago
  97. 6a45fab New command, join-pane, to split and move an existing pane into the space (like by Nicholas Marriott · 15 years ago
  98. 6311bd1 Permit panes to be referred to as "top", "bottom", "top-left" etc, if the right by Nicholas Marriott · 15 years ago
  99. 15a64b8 Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last by Nicholas Marriott · 15 years ago
  100. 0926a23 New command, capture-pane, which copies the entire pane contents to a paste by Nicholas Marriott · 15 years ago