1. f90eb43 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  2. 20636d9 Add a command queue to standardize and simplify commands that call other by Nicholas Marriott · 12 years ago
  3. bb8457b Fix error reporting for client commands by adding a flag to by Nicholas Marriott · 12 years ago
  4. 2243cfb Need to set clients in context before changing their reference count. by Nicholas Marriott · 12 years ago
  5. a1722d5 Remove unnecessary initializers of cmd_ctx. by Nicholas Marriott · 12 years ago
  6. 1f5e6e3 Sync OpenBSD patchset 1151: by Tiago Cunha · 12 years ago
  7. a432fcd Sync OpenBSD patchset 1150: by Tiago Cunha · 12 years ago
  8. ede8312 Make command exec functions return an enum rather than -1/0/1 values and by Nicholas Marriott · 12 years ago
  9. df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
  10. bba8221 Sync OpenBSD patchset 934: by Tiago Cunha · 13 years ago
  11. 2de9b1e Make confirm-before prompt customizable with -p option like by Nicholas Marriott · 13 years ago
  12. fce026e Sync OpenBSD patchset 928: by Tiago Cunha · 13 years ago
  13. e097f0b Sync OpenBSD patchset 927: by Tiago Cunha · 13 years ago
  14. 94f86ed Include the existing window and session name in the prompt when renaming by Nicholas Marriott · 13 years ago
  15. ad60a2c Allow the initial context on prompts to be set with the new -I option to by Nicholas Marriott · 13 years ago
  16. d256660 Sync OpenBSD patchset 917: by Tiago Cunha · 13 years ago
  17. 1af2021 Pass prompts through status_replace so that they can be more helpful by Nicholas Marriott · 13 years ago
  18. 3d4ebeb Sync OpenBSD patchset 832: by Tiago Cunha · 14 years ago
  19. 1df427b Sync OpenBSD patchset 829: by Tiago Cunha · 14 years ago
  20. 64f02da Whoops, command-prompt can take 0 or 1 argument. by Nicholas Marriott · 14 years ago
  21. 7502cb3 Clean up and simplify tmux command argument parsing. by Nicholas Marriott · 14 years ago
  22. 9900e28 Sync OpenBSD patchset 697: by Tiago Cunha · 14 years ago
  23. e0f4697 Identical behaviour to select-prompt can now be obtained with by Nicholas Marriott · 14 years ago
  24. e35f5b3 Sync OpenBSD patchset 539: by Tiago Cunha · 15 years ago
  25. 76ef877 Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in the by Nicholas Marriott · 15 years ago
  26. 31ccf2f Sync OpenBSD patchset 342: by Tiago Cunha · 15 years ago
  27. 6fab9a3 Use KEYC_NONE constant instead of 0 on init. by Nicholas Marriott · 15 years ago
  28. 8fd77cb Sync OpenBSD patchset 294: by Tiago Cunha · 15 years ago
  29. 7b847ce Add a choose-client command and extend choose-{session,window} to accept a by Nicholas Marriott · 15 years ago
  30. 2e2e762 Sync OpenBSD patchset 289: by Tiago Cunha · 15 years ago
  31. 43cd40e The cursession member in struct cmd_ctx is always either curclient->session or by Nicholas Marriott · 15 years ago
  32. 1292540 Sync OpenBSD patchset 276: by Tiago Cunha · 15 years ago
  33. 3f4418d Extend command-prompt with a -p option which is a comma-separated list of one by Nicholas Marriott · 15 years ago
  34. 646d6a9 Sync OpenBSD patchset 261: by Tiago Cunha · 15 years ago
  35. 09cbd0c Switch the prompt code to return an empty string when the user enters no by Nicholas Marriott · 15 years ago
  36. d637cb3 Sync OpenBSD patchset 181: by Tiago Cunha · 15 years ago
  37. 34a82e7 Make all messages sent between the client and server fixed size. by Nicholas Marriott · 15 years ago
  38. 6201745 Sync OpenBSD patchset 145: by Tiago Cunha · 15 years ago
  39. 73732ff Kill some dead stores and fix a null pointer deref, found by clang. by Nicholas Marriott · 15 years ago
  40. 441c118 Memory could be leaked if a second prompt or message appeared while another was by Nicholas Marriott · 15 years ago
  41. 65deba3 Memory could be leaked if a second prompt or message appeared while another was by Nicholas Marriott · 15 years ago
  42. 222b8e6 Make status_message_set a variadic printf-like function. No functional change - by Nicholas Marriott · 15 years ago
  43. 92da443 Make status_message_set a variadic printf-like function. No functional change - by Nicholas Marriott · 15 years ago
  44. 097b96e Having fixed flags for single-character getopt options is a bit hard to by Nicholas Marriott · 15 years ago
  45. 5f108d9 Having fixed flags for single-character getopt options is a bit hard to by Nicholas Marriott · 15 years ago
  46. 35876ea Import tmux, a terminal multiplexor allowing (among other things) a single by Nicholas Marriott · 15 years ago
  47. f5126e2 And another memory leak. by Nicholas Marriott · 16 years ago
  48. 4573ef1 Memory leak. by Nicholas Marriott · 16 years ago
  49. 0450b4a Move status prompt/message init and teardown into status.c. by Nicholas Marriott · 16 years ago
  50. 0127137 move-window bound to ., from joshe. by Nicholas Marriott · 16 years ago
  51. 93230a6 Pass return code from _exec; allow command sequences to work from the command line. by Nicholas Marriott · 16 years ago
  52. 3efd1f5 find-window command. by Nicholas Marriott · 16 years ago
  53. a15f8fc Support command sequences separated by " ; ". Also clean up command printing. by Nicholas Marriott · 16 years ago
  54. 78c9675 Rename some flags I'm not happy about. by Nicholas Marriott · 16 years ago
  55. 98c85cf command-prompt now accepts a single argument, a template string. Any occurrences of %% in this string are replaced by whatever is entered at the prompt and the result is executed as a command. This allows things like (now bound by default): by Nicholas Marriott · 16 years ago
  56. e3feb06 Server locking. set-password and lock-server commands, plus automatic locking. by Nicholas Marriott · 16 years ago
  57. 62457bc Trim. by Nicholas Marriott · 16 years ago
  58. ba597da Environment variables in configuration file. by Nicholas Marriott · 16 years ago
  59. b877897 Oops, forgot to commit move-window. Also add select-prompt to allow index to be typed. by Nicholas Marriott · 16 years ago
  60. 2bd92e5 Lose unnecessary flags on context. by Nicholas Marriott · 16 years ago
  61. 8513522 Handle commented lines. by Nicholas Marriott · 16 years ago
  62. 74d8f0b Command prompt for interactive commands. by Nicholas Marriott · 16 years ago