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