1. e44bd9f Revert the command-prefix change which breaks sequences of commands. by Nicholas Marriott · 12 years ago
  2. c71844d Add resize-pane -Z to temporary zoom the active pane to occupy the full by Nicholas Marriott · 12 years ago
  3. 20636d9 Add a command queue to standardize and simplify commands that call other by Nicholas Marriott · 12 years ago
  4. bb8457b Fix error reporting for client commands by adding a flag to by Nicholas Marriott · 12 years ago
  5. 3a0016a Use the CMD_*_USAGE defines consistently, from Thomas Adam. by Nicholas Marriott · 12 years ago
  6. 73c6785 Use a separate define for each default format template and strip clutter by Nicholas Marriott · 12 years ago
  7. ede8312 Make command exec functions return an enum rather than -1/0/1 values and by Nicholas Marriott · 12 years ago
  8. df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
  9. ebf94bc Switch all of the various choose- and list- commands over to the format by Nicholas Marriott · 12 years ago
  10. 4621034 Add notify hooks for various events, the functions are currently empty by Nicholas Marriott · 13 years ago
  11. 18012f5 free -> xfree. by Nicholas Marriott · 13 years ago
  12. 03dca66 Add -F format to new-window and split-window to use with the -P flag, by Nicholas Marriott · 13 years ago
  13. 07ac168 Add move-pane command (like join-pane but allows the same window). Also by Nicholas Marriott · 13 years ago
  14. 908a22e Provide defined ways to set the various default-path possibilities: ~ by Nicholas Marriott · 13 years ago
  15. 8332413 Add some const and fix a warning. by Nicholas Marriott · 13 years ago
  16. f308ba9 Change the way the working directory for new processes is discovered. If by Nicholas Marriott · 13 years ago
  17. 57df442 Make window_pane_index work the same as window_index, from Ben Boeckel. by Nicholas Marriott · 13 years ago
  18. 423649b Plug memory leak, from Tiago Cunha. by Nicholas Marriott · 13 years ago
  19. ce91520 Size on split-window is -l not -s. Doh. by Nicholas Marriott · 14 years ago
  20. 7502cb3 Clean up and simplify tmux command argument parsing. by Nicholas Marriott · 14 years ago
  21. b6950ed Add a -P option to new-window and split-window to print the new window by Nicholas Marriott · 14 years ago
  22. 07a71fd Store the current working directory in the session, change the default-path by Nicholas Marriott · 14 years ago
  23. 6a45fab New command, join-pane, to split and move an existing pane into the space (like by Nicholas Marriott · 15 years ago
  24. 526bb6f Use the specified pane for size calculations. Doh. by Nicholas Marriott · 15 years ago
  25. 462a113 Change split-window to accept a pane target (it should be split-pane but by Nicholas Marriott · 15 years ago
  26. 15a64b8 Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last by Nicholas Marriott · 15 years ago
  27. 58688c4 When -h and -p are given to split-window, calculate the percentage size using by Nicholas Marriott · 15 years ago
  28. 76ef877 Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in the by Nicholas Marriott · 15 years ago
  29. 6fab9a3 Use KEYC_NONE constant instead of 0 on init. by Nicholas Marriott · 15 years ago
  30. 5c60162 Rather than constructing an entire termios struct from ttydefaults.h, just let by Nicholas Marriott · 15 years ago
  31. 7d5e494 When using tmux as a login shell, there is currently no way to specify a shell by Nicholas Marriott · 15 years ago
  32. f949107 Print -l and -p when showing command, pointed out by Tiago Cunha. by Nicholas Marriott · 15 years ago
  33. 52793e7 When creating a new session from the command-line where there is an external by Nicholas Marriott · 15 years ago
  34. 6491274 Infrastructure and commands to manage the environment for processes started by Nicholas Marriott · 15 years ago
  35. 34a82e7 Make all messages sent between the client and server fixed size. by Nicholas Marriott · 15 years ago
  36. 5ee8443 window_add_pane cannot fail, so remove the unused cause argument and don't by Nicholas Marriott · 15 years ago
  37. 6036bdd Improved layout code. by Nicholas Marriott · 15 years ago
  38. 5f108d9 Having fixed flags for single-character getopt options is a bit hard to by Nicholas Marriott · 15 years ago
  39. e538d4a The fix for default-path (use target session options instead of global options) by Nicholas Marriott · 15 years ago
  40. be17ac1 lines variable can be -1 (to be ignored), so should be signed. Found by lint. by Nicholas Marriott · 15 years ago
  41. 35876ea Import tmux, a terminal multiplexor allowing (among other things) a single by Nicholas Marriott · 15 years ago