1. 747cab4 No need for $Id$ now. by Nicholas Marriott · 10 years ago
  2. 562af86 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  3. 4c42381 Move template defines back into .c files. by nicm · 10 years ago
  4. 45dfc5a Instead of setting up the default keys by building the key struct by nicm · 10 years ago
  5. 2874a43 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  6. 4e956d5 Various minor style and spacing nits. by nicm · 10 years ago
  7. bae9584 Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  8. b3e8d44 If multiple arguments are given to new-session, new-window, by nicm · 11 years ago
  9. 953c3ef Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  10. 3e27be3 Set PATH explicitly, either from client or session by nicm · 11 years ago
  11. d02c4bd Merge branch 'obsd-master' by Thomas · 11 years ago
  12. 40982a0 With -k, kill window after using it to work out -c path. Reported by by nicm · 11 years ago
  13. 7aeb447 Handle empty current directory more gracefully. by nicm · 11 years ago
  14. 909e1c1 Don't boke when figuring out working directory from configuration file. by nicm · 11 years ago
  15. 282c5f9 Alter how tmux handles the working directory to internally use file by nicm · 11 years ago
  16. b822d24 Support -c for new-session, based on code from J Raynor. by nicm · 11 years ago
  17. 9e0d7bd Don't boke when figuring out working directory from configuration file. by Nicholas Marriott · 11 years ago
  18. 4538c26 Alter how tmux handles the working directory to internally use file descriptors by Nicholas Marriott · 11 years ago
  19. 9389cfb Support -c for new-session, based on code from J Raynor. by Nicholas Marriott · 11 years ago
  20. a36da3a Remove the barely-used and unnecessary command check() function. by Nicholas Marriott · 11 years ago
  21. 43fb983 Add -P and -F to new-session. by Nicholas Marriott · 12 years ago
  22. 20636d9 Add a command queue to standardize and simplify commands that call other by Nicholas Marriott · 12 years ago
  23. bb8457b Fix error reporting for client commands by adding a flag to by Nicholas Marriott · 12 years ago
  24. 7f191c7 Add -P and -F to new-session. by Nicholas Marriott · 12 years ago
  25. 3964309 Add a command queue to standardize and simplify commands that call other by Nicholas Marriott · 12 years ago
  26. 3a2e9d8 Fix error reporting for client commands by adding a flag to cmd_find_client to by Nicholas Marriott · 12 years ago
  27. 675c6b3 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  28. 3a0016a Use the CMD_*_USAGE defines consistently, from Thomas Adam. by Nicholas Marriott · 12 years ago
  29. d4dc52e Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  30. c695c0c Fix some function prototypes from Helmut Tessarek. by Nicholas Marriott · 12 years ago
  31. 1c60803 Sync OpenBSD patchset 1162: by Tiago Cunha · 12 years ago
  32. 73c6785 Use a separate define for each default format template and strip clutter by Nicholas Marriott · 12 years ago
  33. 1f5e6e3 Sync OpenBSD patchset 1151: by Tiago Cunha · 12 years ago
  34. a432fcd Sync OpenBSD patchset 1150: by Tiago Cunha · 12 years ago
  35. ede8312 Make command exec functions return an enum rather than -1/0/1 values and by Nicholas Marriott · 12 years ago
  36. df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
  37. 5cc4961 Sync OpenBSD patchset 1119: by Tiago Cunha · 13 years ago
  38. ebf94bc Switch all of the various choose- and list- commands over to the format by Nicholas Marriott · 13 years ago
  39. f41efd9 Sync OpenBSD patchset 1069: by Tiago Cunha · 13 years ago
  40. 4621034 Add notify hooks for various events, the functions are currently empty by Nicholas Marriott · 13 years ago
  41. 3307813 Sync OpenBSD patchset 1042: by Tiago Cunha · 13 years ago
  42. 3d98ada Sync OpenBSD patchset 1041: by Tiago Cunha · 13 years ago
  43. 18012f5 free -> xfree. by Nicholas Marriott · 13 years ago
  44. 03dca66 Add -F format to new-window and split-window to use with the -P flag, by Nicholas Marriott · 13 years ago
  45. 4bb01c1 Sync OpenBSD patchset 1021: by Tiago Cunha · 13 years ago
  46. 908a22e Provide defined ways to set the various default-path possibilities: ~ by Nicholas Marriott · 13 years ago
  47. 5434a27 Sync OpenBSD patchset 1002: by Tiago Cunha · 13 years ago
  48. 8332413 Add some const and fix a warning. by Nicholas Marriott · 13 years ago
  49. c1b9948 Change the way the working directory for new processes is discovered. If by Nicholas Marriott · 13 years ago
  50. f308ba9 Change the way the working directory for new processes is discovered. If by Nicholas Marriott · 13 years ago
  51. 391f1f0 Expand the Id keyword. by Tiago Cunha · 13 years ago
  52. 1df427b Sync OpenBSD patchset 829: by Tiago Cunha · 14 years ago
  53. 7502cb3 Clean up and simplify tmux command argument parsing. by Nicholas Marriott · 14 years ago
  54. 66fb24c Sync OpenBSD patchset 820: by Tiago Cunha · 14 years ago
  55. b6950ed Add a -P option to new-window and split-window to print the new window by Nicholas Marriott · 14 years ago
  56. 63e76b5 Sync OpenBSD patchset 730: by Tiago Cunha · 14 years ago
  57. 07a71fd Store the current working directory in the session, change the default-path by Nicholas Marriott · 14 years ago
  58. 47b335d Sync OpenBSD patchset 724: by Tiago Cunha · 14 years ago
  59. e63f054 Having a list of winlinks->alerts for each session is stupid, just store by Nicholas Marriott · 14 years ago
  60. 4012917 Nuke unused functions. by Nicholas Marriott · 15 years ago
  61. dd7abd9 -a flag to insert a window after an existing one, moving other windows by Nicholas Marriott · 15 years ago
  62. d3d85c3 -a flag to insert a window after an existing one, moving other windows by Nicholas Marriott · 15 years ago
  63. 64c26cf Sync OpenBSD patchset 611: by Tiago Cunha · 15 years ago
  64. 7d75dbb Permit !, + and - to be used for window targets to specify last window (!), or by Nicholas Marriott · 15 years ago
  65. cc094fd Sync OpenBSD patchset 581: by Tiago Cunha · 15 years ago
  66. 15a64b8 Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last by Nicholas Marriott · 15 years ago
  67. c12e0b0 Sync OpenBSD patchset 567: by Tiago Cunha · 15 years ago
  68. 4ca857e Remove a couple of unused arguments where possible, and add /* ARGSUSED */ to by Nicholas Marriott · 15 years ago
  69. e35f5b3 Sync OpenBSD patchset 539: by Tiago Cunha · 15 years ago
  70. 76ef877 Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in the by Nicholas Marriott · 15 years ago
  71. 6a1ebb1 Sync OpenBSD patchset 371: by Tiago Cunha · 15 years ago
  72. 9dd72b9 Add "grouped sessions" which have independent name, options, current window and by Nicholas Marriott · 15 years ago
  73. 31ccf2f Sync OpenBSD patchset 342: by Tiago Cunha · 15 years ago
  74. 6fab9a3 Use KEYC_NONE constant instead of 0 on init. by Nicholas Marriott · 15 years ago
  75. e61ee94 Sync OpenBSD patchset 257: by Tiago Cunha · 15 years ago
  76. 3ad4de6 Add a base-index session option to specify the first index checked when looking by Nicholas Marriott · 15 years ago
  77. d637cb3 Sync OpenBSD patchset 181: by Tiago Cunha · 15 years ago
  78. 34a82e7 Make all messages sent between the client and server fixed size. by Nicholas Marriott · 15 years ago
  79. 097b96e Having fixed flags for single-character getopt options is a bit hard to by Nicholas Marriott · 15 years ago
  80. d358a35 Tidy up and improve target (-t) argument parsing: by Nicholas Marriott · 15 years ago
  81. 5f108d9 Having fixed flags for single-character getopt options is a bit hard to by Nicholas Marriott · 15 years ago
  82. 023d8d3 Tidy up and improve target (-t) argument parsing: by Nicholas Marriott · 15 years ago
  83. 2ddcb51 Fix $Id$. by Nicholas Marriott · 15 years ago
  84. 84da2f3 Minor fix: look for default-path in the options for the specified session first by Nicholas Marriott · 15 years ago
  85. eb424cf Minor fix: look for default-path in the options for the specified session first by Nicholas Marriott · 15 years ago
  86. 35876ea Import tmux, a terminal multiplexor allowing (among other things) a single by Nicholas Marriott · 15 years ago
  87. 4d9af27 Better error messages for fork. by Nicholas Marriott · 16 years ago
  88. 9acc267 new-window -k. by Nicholas Marriott · 16 years ago
  89. 93230a6 Pass return code from _exec; allow command sequences to work from the command line. by Nicholas Marriott · 16 years ago
  90. a15f8fc Support command sequences separated by " ; ". Also clean up command printing. by Nicholas Marriott · 16 years ago
  91. 4d71164 Pick up cwd from environment,. by Nicholas Marriott · 16 years ago
  92. 5c3d973 Import OpenBSD's getopt(3) to workaround broken glibc version. by Nicholas Marriott · 16 years ago
  93. df2b3bc Fix stupid GNU getopt behaviour. by Nicholas Marriott · 16 years ago
  94. 6c23e89 Sort options from Pierre Riteau. by Nicholas Marriott · 16 years ago
  95. 0b9b873 Big reorganisation of command-line syntax. by Nicholas Marriott · 16 years ago
  96. ee1a7fd Print for the less easy commands. by Nicholas Marriott · 16 years ago
  97. 642c0b0 Easy bits of arg printing for list-keys. by Nicholas Marriott · 16 years ago
  98. 9e6090a Per-session configuration options. by Nicholas Marriott · 16 years ago
  99. 743956e Allow -c anywhere -s was allowed. by Nicholas Marriott · 16 years ago
  100. f91e7bf If no command is specified, assume new-session. by Nicholas Marriott · 16 years ago