1. a36da3a Remove the barely-used and unnecessary command check() function. by Nicholas Marriott · 11 years ago
  2. 7f191c7 Add -P and -F to new-session. by Nicholas Marriott · 12 years ago
  3. 3964309 Add a command queue to standardize and simplify commands that call other by Nicholas Marriott · 12 years ago
  4. 3a2e9d8 Fix error reporting for client commands by adding a flag to cmd_find_client to by Nicholas Marriott · 12 years ago
  5. 675c6b3 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  6. 3a0016a Use the CMD_*_USAGE defines consistently, from Thomas Adam. by Nicholas Marriott · 12 years ago
  7. d4dc52e Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  8. c695c0c Fix some function prototypes from Helmut Tessarek. by Nicholas Marriott · 12 years ago
  9. 1c60803 Sync OpenBSD patchset 1162: by Tiago Cunha · 12 years ago
  10. 73c6785 Use a separate define for each default format template and strip clutter by Nicholas Marriott · 12 years ago
  11. 1f5e6e3 Sync OpenBSD patchset 1151: by Tiago Cunha · 12 years ago
  12. a432fcd Sync OpenBSD patchset 1150: by Tiago Cunha · 12 years ago
  13. ede8312 Make command exec functions return an enum rather than -1/0/1 values and by Nicholas Marriott · 12 years ago
  14. df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
  15. 5cc4961 Sync OpenBSD patchset 1119: by Tiago Cunha · 12 years ago
  16. ebf94bc Switch all of the various choose- and list- commands over to the format by Nicholas Marriott · 12 years ago
  17. f41efd9 Sync OpenBSD patchset 1069: by Tiago Cunha · 13 years ago
  18. 4621034 Add notify hooks for various events, the functions are currently empty by Nicholas Marriott · 13 years ago
  19. 3307813 Sync OpenBSD patchset 1042: by Tiago Cunha · 13 years ago
  20. 3d98ada Sync OpenBSD patchset 1041: by Tiago Cunha · 13 years ago
  21. 18012f5 free -> xfree. by Nicholas Marriott · 13 years ago
  22. 03dca66 Add -F format to new-window and split-window to use with the -P flag, by Nicholas Marriott · 13 years ago
  23. 4bb01c1 Sync OpenBSD patchset 1021: by Tiago Cunha · 13 years ago
  24. 908a22e Provide defined ways to set the various default-path possibilities: ~ by Nicholas Marriott · 13 years ago
  25. 5434a27 Sync OpenBSD patchset 1002: by Tiago Cunha · 13 years ago
  26. 8332413 Add some const and fix a warning. by Nicholas Marriott · 13 years ago
  27. c1b9948 Change the way the working directory for new processes is discovered. If by Nicholas Marriott · 13 years ago
  28. f308ba9 Change the way the working directory for new processes is discovered. If by Nicholas Marriott · 13 years ago
  29. 391f1f0 Expand the Id keyword. by Tiago Cunha · 13 years ago
  30. 1df427b Sync OpenBSD patchset 829: by Tiago Cunha · 14 years ago
  31. 7502cb3 Clean up and simplify tmux command argument parsing. by Nicholas Marriott · 14 years ago
  32. 66fb24c Sync OpenBSD patchset 820: by Tiago Cunha · 14 years ago
  33. b6950ed Add a -P option to new-window and split-window to print the new window by Nicholas Marriott · 14 years ago
  34. 63e76b5 Sync OpenBSD patchset 730: by Tiago Cunha · 14 years ago
  35. 07a71fd Store the current working directory in the session, change the default-path by Nicholas Marriott · 14 years ago
  36. 47b335d Sync OpenBSD patchset 724: by Tiago Cunha · 14 years ago
  37. e63f054 Having a list of winlinks->alerts for each session is stupid, just store by Nicholas Marriott · 14 years ago
  38. 4012917 Nuke unused functions. by Nicholas Marriott · 15 years ago
  39. dd7abd9 -a flag to insert a window after an existing one, moving other windows by Nicholas Marriott · 15 years ago
  40. d3d85c3 -a flag to insert a window after an existing one, moving other windows by Nicholas Marriott · 15 years ago
  41. 64c26cf Sync OpenBSD patchset 611: by Tiago Cunha · 15 years ago
  42. 7d75dbb Permit !, + and - to be used for window targets to specify last window (!), or by Nicholas Marriott · 15 years ago
  43. cc094fd Sync OpenBSD patchset 581: by Tiago Cunha · 15 years ago
  44. 15a64b8 Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last by Nicholas Marriott · 15 years ago
  45. c12e0b0 Sync OpenBSD patchset 567: by Tiago Cunha · 15 years ago
  46. 4ca857e Remove a couple of unused arguments where possible, and add /* ARGSUSED */ to by Nicholas Marriott · 15 years ago
  47. e35f5b3 Sync OpenBSD patchset 539: by Tiago Cunha · 15 years ago
  48. 76ef877 Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in the by Nicholas Marriott · 15 years ago
  49. 6a1ebb1 Sync OpenBSD patchset 371: by Tiago Cunha · 15 years ago
  50. 9dd72b9 Add "grouped sessions" which have independent name, options, current window and by Nicholas Marriott · 15 years ago
  51. 31ccf2f Sync OpenBSD patchset 342: by Tiago Cunha · 15 years ago
  52. 6fab9a3 Use KEYC_NONE constant instead of 0 on init. by Nicholas Marriott · 15 years ago
  53. e61ee94 Sync OpenBSD patchset 257: by Tiago Cunha · 15 years ago
  54. 3ad4de6 Add a base-index session option to specify the first index checked when looking by Nicholas Marriott · 15 years ago
  55. d637cb3 Sync OpenBSD patchset 181: by Tiago Cunha · 15 years ago
  56. 34a82e7 Make all messages sent between the client and server fixed size. by Nicholas Marriott · 15 years ago
  57. 097b96e Having fixed flags for single-character getopt options is a bit hard to by Nicholas Marriott · 15 years ago
  58. d358a35 Tidy up and improve target (-t) argument parsing: by Nicholas Marriott · 15 years ago
  59. 5f108d9 Having fixed flags for single-character getopt options is a bit hard to by Nicholas Marriott · 15 years ago
  60. 023d8d3 Tidy up and improve target (-t) argument parsing: by Nicholas Marriott · 15 years ago
  61. 2ddcb51 Fix $Id$. by Nicholas Marriott · 15 years ago
  62. 84da2f3 Minor fix: look for default-path in the options for the specified session first by Nicholas Marriott · 15 years ago
  63. eb424cf Minor fix: look for default-path in the options for the specified session first by Nicholas Marriott · 15 years ago
  64. 35876ea Import tmux, a terminal multiplexor allowing (among other things) a single by Nicholas Marriott · 15 years ago
  65. 4d9af27 Better error messages for fork. by Nicholas Marriott · 16 years ago
  66. 9acc267 new-window -k. by Nicholas Marriott · 16 years ago
  67. 93230a6 Pass return code from _exec; allow command sequences to work from the command line. by Nicholas Marriott · 16 years ago
  68. a15f8fc Support command sequences separated by " ; ". Also clean up command printing. by Nicholas Marriott · 16 years ago
  69. 4d71164 Pick up cwd from environment,. by Nicholas Marriott · 16 years ago
  70. 5c3d973 Import OpenBSD's getopt(3) to workaround broken glibc version. by Nicholas Marriott · 16 years ago
  71. df2b3bc Fix stupid GNU getopt behaviour. by Nicholas Marriott · 16 years ago
  72. 6c23e89 Sort options from Pierre Riteau. by Nicholas Marriott · 16 years ago
  73. 0b9b873 Big reorganisation of command-line syntax. by Nicholas Marriott · 16 years ago
  74. ee1a7fd Print for the less easy commands. by Nicholas Marriott · 16 years ago
  75. 642c0b0 Easy bits of arg printing for list-keys. by Nicholas Marriott · 16 years ago
  76. 9e6090a Per-session configuration options. by Nicholas Marriott · 16 years ago
  77. 743956e Allow -c anywhere -s was allowed. by Nicholas Marriott · 16 years ago
  78. f91e7bf If no command is specified, assume new-session. by Nicholas Marriott · 16 years ago
  79. 95cc21c Quick man page update, also fix some usages and get rid of some CMD_KEY checks. by Nicholas Marriott · 16 years ago
  80. 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
  81. 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
  82. 103748d Major reorganisation of screen handling. by Nicholas Marriott · 17 years ago
  83. b359f9b Add -c option to specify client, and move detach/refresh to client rather than session. by Nicholas Marriott · 17 years ago
  84. 7e3cc5f Use ctx->client/ctx->session inline instead of temporary variables which were by Nicholas Marriott · 17 years ago
  85. 4a325c8 unlink-window command. Also fix some u_int -> int problems. by Nicholas Marriott · 17 years ago
  86. 4ba3cf6 Reorg window data structures. Add an intermediate data type (struct winlink) to hold index and make sessions hold a RB tree of them rather than a fixed array. by Nicholas Marriott · 17 years ago
  87. 94f003b Refresh session command. by Nicholas Marriott · 17 years ago
  88. ad4a742 Mark windows in yellow on status line when bell. by Nicholas Marriott · 17 years ago
  89. 26b3409 Lose command index enum in favour of runtime-calculated index. by Nicholas Marriott · 17 years ago
  90. 75e1e4b Lose usage and move it into the struct. by Nicholas Marriott · 17 years ago
  91. 3c16d72 Fixed usage statement for new-window by Maximilian Gass · 17 years ago
  92. 19c1e1a Rename window. by Nicholas Marriott · 17 years ago
  93. 57157a1 set-option command to set meta. by Nicholas Marriott · 17 years ago
  94. 8158159 Next/last/previous window, some other tweaks. by Nicholas Marriott · 17 years ago
  95. 7ba01f6 New window command. by Nicholas Marriott · 17 years ago