1. d637cb3 Sync OpenBSD patchset 181: by Tiago Cunha · 15 years ago
  2. 2386fa2 Sync OpenBSD patchset 178: by Tiago Cunha · 15 years ago
  3. fb0301f Sync OpenBSD patchset 164: by Tiago Cunha · 15 years ago
  4. 48c36d6 No paths.h in cmd.c; add _PATH_DEV for Solaris. by Nicholas Marriott · 15 years ago
  5. ae7dda1 - New command display-message (alias display) to display a message in the by Tiago Cunha · 15 years ago
  6. 770ea56 Changed the wrong thing here. by Nicholas Marriott · 15 years ago
  7. d6908dd Return -1 not NULL on error, pointed out by Roy Marples. by Nicholas Marriott · 15 years ago
  8. ac2ab65 Add a -k flag to unlink-window which makes it behave the same as the old by Nicholas Marriott · 15 years ago
  9. d358a35 Tidy up and improve target (-t) argument parsing: by Nicholas Marriott · 15 years ago
  10. eee3dd2 New command, if-shell (alias if). Executes the tmux command in the second by Nicholas Marriott · 15 years ago
  11. 2ddcb51 Fix $Id$. by Nicholas Marriott · 15 years ago
  12. a182502 Don't let ambiguous commands override an exact alias match: eg if commands by Nicholas Marriott · 15 years ago
  13. a5830b9 Restore $Id$ and add script to do so. by Nicholas Marriott · 15 years ago
  14. b9155e8 Print a better message than '(null)' if no command is specified ("tmux \;"). by Nicholas Marriott · 15 years ago
  15. 1001902 select-layout command and some key bindings. by Nicholas Marriott · 15 years ago
  16. 96ca072 clear-history command. by Nicholas Marriott · 15 years ago
  17. 143aa71 Space trimmage mega-diff. by Nicholas Marriott · 15 years ago
  18. 044e6f7 previous-layout command. by Nicholas Marriott · 15 years ago
  19. cdf472f Merge resize-pane-{up,down} into resize-pane. by Nicholas Marriott · 15 years ago
  20. 058772e - confirm-before command. by Tiago Cunha · 15 years ago
  21. 325d43e rotate-window command. by Nicholas Marriott · 16 years ago
  22. 8216f7b swap-pane command. by Nicholas Marriott · 16 years ago
  23. b6450b1 Basic horizontal splitting and layout management. Still some redraw and other by Nicholas Marriott · 16 years ago
  24. 56f80a5 break-pane command to split a pane off into a new window; bound to ! by default. by Nicholas Marriott · 16 years ago
  25. 4213ff8 copy-buffer command. by Tiago Cunha · 16 years ago
  26. f62ed6a load-buffer command by Tiago Cunha · 16 years ago
  27. 93230a6 Pass return code from _exec; allow command sequences to work from the command line. by Nicholas Marriott · 16 years ago
  28. 3efd1f5 find-window command. by Nicholas Marriott · 16 years ago
  29. a15f8fc Support command sequences separated by " ; ". Also clean up command printing. by Nicholas Marriott · 16 years ago
  30. 8ea4971 suspend-client command and suspend client when ^Z key binding is used. by Nicholas Marriott · 16 years ago
  31. d29ca39 Two new commands, choose-window and choose-session which work only when bound to a key and allow the window or session to be selected from a list. by Nicholas Marriott · 16 years ago
  32. d1eb153 switch-pane is now select-pane. by Nicholas Marriott · 16 years ago
  33. 3f51dcd up-pane and down-pane commands. by Nicholas Marriott · 16 years ago
  34. f855591 kill-pane command. by Nicholas Marriott · 16 years ago
  35. c35a50b Commands to resize panes; also a pane generic cmd, not used yet. by Nicholas Marriott · 16 years ago
  36. 162bacd Window splitting. Two vertical panes fixed 50% each. This is a huge diff, still a couple of bugs (notably heap corruption somewhere causing segfault on exit). by Nicholas Marriott · 16 years ago
  37. d78bc5d save-buffer command, from Tiago Cunha. by Nicholas Marriott · 16 years ago
  38. e3feb06 Server locking. set-password and lock-server commands, plus automatic locking. by Nicholas Marriott · 16 years ago
  39. 88ab74a Clock mode. by Nicholas Marriott · 16 years ago
  40. a1b43fa Trim spaces. by Nicholas Marriott · 16 years ago
  41. fb6c8ec New command, server-info, to show server info + terminal details. Also tweak term stuff a bit. by Nicholas Marriott · 16 years ago
  42. 4af8db9 Complete option names as well. by Nicholas Marriott · 16 years ago
  43. 5445918 source-file command from Tiago Cunha. by Nicholas Marriott · 16 years ago
  44. 5c3d973 Import OpenBSD's getopt(3) to workaround broken glibc version. by Nicholas Marriott · 16 years ago
  45. 62457bc Trim. by Nicholas Marriott · 16 years ago
  46. df2b3bc Fix stupid GNU getopt behaviour. by Nicholas Marriott · 16 years ago
  47. 33aa931 Support OS X by moving to gettimeofday(2) and adding poll compat from OpenSSH. by Nicholas Marriott · 16 years ago
  48. 403b1b2 Handle exact match properly. by Nicholas Marriott · 16 years ago
  49. e5cf859 long for pid. by Nicholas Marriott · 16 years ago
  50. d90d646 Zombie windows, requested by Will Maier. by Nicholas Marriott · 16 years ago
  51. 571935c Handle bad session/client properly. by Nicholas Marriott · 16 years ago
  52. b877897 Oops, forgot to commit move-window. Also add select-prompt to allow index to be typed. by Nicholas Marriott · 16 years ago
  53. 7836298 Allow use of alt keys. move-window command. by Nicholas Marriott · 16 years ago
  54. 59da4dc list-commands command. by Nicholas Marriott · 16 years ago
  55. c24d849 Split options into a table to allow abbreviations. by Nicholas Marriott · 16 years ago
  56. 76019e1 If one match, add trailing space. by Nicholas Marriott · 16 years ago
  57. e70e951 Simple tab completion of option names in command prompt. by Nicholas Marriott · 16 years ago
  58. 4e4f71f Swap in new paste buffer code and add a couple more commands. by Nicholas Marriott · 16 years ago
  59. 9798dcd Start of improved buffer code. Only set-buffer/show-buffer commands so far. by Nicholas Marriott · 16 years ago
  60. 74d8f0b Command prompt for interactive commands. by Nicholas Marriott · 16 years ago
  61. 99df48d Trimify. by Nicholas Marriott · 16 years ago
  62. ff21dbd Explanation of -t. by Nicholas Marriott · 16 years ago
  63. 4c16648 Memory leak/missing init. by Nicholas Marriott · 16 years ago
  64. 1d08105 show-window-options command. by Nicholas Marriott · 16 years ago
  65. 557b6b8 Add a couple of extra option types, and implement show-options command. by Nicholas Marriott · 16 years ago
  66. 197347b Don't bork on link/swap the same window. Also extend comment. by Nicholas Marriott · 16 years ago
  67. 0b9b873 Big reorganisation of command-line syntax. by Nicholas Marriott · 16 years ago
  68. 642c0b0 Easy bits of arg printing for list-keys. by Nicholas Marriott · 16 years ago
  69. 0f95671 Disable/enable window activity monitoring with set-window-option command. by Nicholas Marriott · 16 years ago
  70. 73c9b25 It is too easy to create things in the same second; use a timespec instead. by Nicholas Marriott · 16 years ago
  71. 743956e Allow -c anywhere -s was allowed. by Nicholas Marriott · 16 years ago
  72. 3e6b145 Allow fnmatch(3) on -s, and select newest session if multiple. by Nicholas Marriott · 16 years ago
  73. eaee4dc Quick and dirty kill-server command. by Nicholas Marriott · 16 years ago
  74. a26f58c Last bits of basic configuration file. By default in ~/.tmux.conf or specified with -f. Just a list of tmux commands executed when the server is started and before and any session/window is created. by Nicholas Marriott · 16 years ago
  75. c7243b7 Move -s and -c down a level so handling them is the responsibility of the command (with some helper functions), rather than the top-level. This changes the action command syntax so that -s and -c must be after the command rather than before. by Nicholas Marriott · 16 years ago
  76. 65f4284 New command, send-keys, to send a set of keys. by Nicholas Marriott · 16 years ago
  77. 103748d Major reorganisation of screen handling. by Nicholas Marriott · 17 years ago
  78. 8da0b1f Mostly-complete copy and paste. by Nicholas Marriott · 17 years ago
  79. 18d72e6 Partial copy mode. Currently does the same as scroll mode but using a cursor. Also fix bug where resizing would leave crap lying around. by Nicholas Marriott · 17 years ago
  80. 9a6e47c Initial history support. by Nicholas Marriott · 17 years ago
  81. 6e04524 switch-client command. by Nicholas Marriott · 17 years ago
  82. b359f9b Add -c option to specify client, and move detach/refresh to client rather than session. by Nicholas Marriott · 17 years ago
  83. ce5f02f Report available commands on ambiguous commands. Tidy TODO a bit. by Nicholas Marriott · 17 years ago
  84. e4a6cde kill-window command. by Nicholas Marriott · 17 years ago
  85. 1632127 rename-session command. by Nicholas Marriott · 17 years ago
  86. 48ad043 swap-window command. by Nicholas Marriott · 17 years ago
  87. 941eab3 %u -> %d for indexes. Some lint fixes. by Nicholas Marriott · 17 years ago
  88. 4a325c8 unlink-window command. Also fix some u_int -> int problems. by Nicholas Marriott · 17 years ago
  89. 5a954bd link-window command to link a window into another session. by Nicholas Marriott · 17 years ago
  90. 9f06104 has-session command. by Nicholas Marriott · 17 years ago
  91. 25e94a0 List client command. by Nicholas Marriott · 17 years ago
  92. 1b96476 Kill window command. Nuke some backspace stuff. by Nicholas Marriott · 17 years ago
  93. 94f003b Refresh session command. by Nicholas Marriott · 17 years ago
  94. 514d6fa Accept colours as strings. by Nicholas Marriott · 17 years ago
  95. f3404ee send-prefix command. by Nicholas Marriott · 17 years ago
  96. 26b3409 Lose command index enum in favour of runtime-calculated index. by Nicholas Marriott · 17 years ago
  97. 75e1e4b Lose usage and move it into the struct. by Nicholas Marriott · 17 years ago
  98. 68a5d5c Window attachment, malloc debugging, fix a segfault with no sessions. by Nicholas Marriott · 17 years ago
  99. ff56ed7 Nuke ?. by Nicholas Marriott · 17 years ago
  100. 225e07f Select window command. by Nicholas Marriott · 17 years ago