1. e802b68 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  2. ee45a8a Get rid of the extra layer of flags and cmd_prepare() and just store the by nicm · 7 years ago
  3. 1a6e696 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  4. b342bd0 Mass rename struct cmd_q to struct cmdq_item and related. by nicm · 8 years ago
  5. 3d2686a Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  6. ed97126 Add CMD_AFTERHOOK flag to the easy commands that don't need any special handling. by nicm · 8 years ago
  7. b9dc855 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  8. a81685b Add static in cmd-* and fix a few other nits. by nicm · 8 years ago
  9. dc42c35 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  10. 995af0e I no longer use my SourceForge address so replace it. by nicm · 9 years ago
  11. bc6137f Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  12. a3129fd Instead of combined flags for -c, -s, -t, split into different sets by nicm · 9 years ago
  13. 5caec30 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  14. ecfeee2 Use member names in cmd_entry definitions so I stop getting confused by nicm · 9 years ago
  15. ae5ddfd Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  16. 4a4daf1 Instead of every command resolving the target (-t or -s) itself, prepare by nicm · 9 years ago
  17. 74b958e Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  18. a3de5db Merge delete-buffer into cmd-set-buffer.c and change the paste buffer by nicm · 9 years ago
  19. cb89f2f Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  20. 373ef85 paste_send_pane can be merged into cmd-paste-buffer.c now. by nicm · 9 years ago
  21. b569585 Move struct paste_buffer out of tmux.h. by nicm · 9 years ago
  22. fc05bf2 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  23. 747cab4 No need for $Id$ now. by Nicholas Marriott · 10 years ago
  24. 79f5282 Tidy up mode-mouse check. by nicm · 10 years ago
  25. 562af86 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  26. 45dfc5a Instead of setting up the default keys by building the key struct by nicm · 10 years ago
  27. bae9584 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  28. 3dbacbb Add support for named buffers. If you don't name a buffer, things work by nicm · 10 years ago
  29. 3f54c92 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  30. bec6c80 There is no longer a need for a paste_stack struct or for global_buffers by nicm · 10 years ago
  31. d45c12b Remove the barely-used and unnecessary command check() function. by nicm · 11 years ago
  32. a36da3a Remove the barely-used and unnecessary command check() function. by Nicholas Marriott · 11 years ago
  33. 20636d9 Add a command queue to standardize and simplify commands that call other by Nicholas Marriott · 12 years ago
  34. 3964309 Add a command queue to standardize and simplify commands that call other by Nicholas Marriott · 12 years ago
  35. 675c6b3 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  36. 3a0016a Use the CMD_*_USAGE defines consistently, from Thomas Adam. by Nicholas Marriott · 12 years ago
  37. 739a766 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  38. 47c097c Support middle-click paste, based on a diff from Ailin Nemui. by Nicholas Marriott · 12 years ago
  39. 1f5e6e3 Sync OpenBSD patchset 1151: by Tiago Cunha · 12 years ago
  40. a432fcd Sync OpenBSD patchset 1150: by Tiago Cunha · 12 years ago
  41. ede8312 Make command exec functions return an enum rather than -1/0/1 values and by Nicholas Marriott · 12 years ago
  42. df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
  43. 3275e9b Sync OpenBSD patchset 1037: by Tiago Cunha · 13 years ago
  44. f4fdddc Support "bracketed paste" mode. This adds a -p flag to paste-buffer - 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. cc42614 Change from a per-session stack of buffers to one global stack which is by Nicholas Marriott · 14 years ago
  49. 9ebee6a Global paste buffers instead of per-session which renders copy-buffer useless. by Tiago Cunha · 14 years ago
  50. b0169d9 Sync OpenBSD patchset 747: by Tiago Cunha · 14 years ago
  51. 3999886 Usage string fixes from Ben Boeckel. by Nicholas Marriott · 14 years ago
  52. bb4d770 No vis.h in here. by Tiago Cunha · 14 years ago
  53. e55a59e Sync OpenBSD patchset 702: by Tiago Cunha · 14 years ago
  54. 0ed727a Enhance paste-buffer to allow lines to be separated by any string, from by Nicholas Marriott · 14 years ago
  55. 642f549 Dead assignment. by Nicholas Marriott · 15 years ago
  56. 46d5c14 Dead assignment, found with clang. by Nicholas Marriott · 15 years ago
  57. 9abbe34 paste-buffer should be per pane, from C. Coutinho. by Nicholas Marriott · 15 years ago
  58. 2307b91 paste-buffer should be per pane, from C. Coutinho. 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. fabf40b Sync OpenBSD patchset 569: by Tiago Cunha · 15 years ago
  62. 8cb410c Tidy up various bits of the paste code, make the data buffer char * and add 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. 2df0882 Sync OpenBSD patchset 498: by Tiago Cunha · 15 years ago
  66. a02c7e8 Convert the window pane (pty master side) fd over to use a bufferevent. by Nicholas Marriott · 15 years ago
  67. c272de7 Sync OpenBSD patchset 318: by Tiago Cunha · 15 years ago
  68. ccba613 Give each paste buffer a size member instead of requiring them to be by Nicholas Marriott · 15 years ago
  69. d637cb3 Sync OpenBSD patchset 181: by Tiago Cunha · 15 years ago
  70. 34a82e7 Make all messages sent between the client and server fixed size. by Nicholas Marriott · 15 years ago
  71. 097b96e Having fixed flags for single-character getopt options is a bit hard to by Nicholas Marriott · 15 years ago
  72. 5f108d9 Having fixed flags for single-character getopt options is a bit hard to by Nicholas Marriott · 15 years ago
  73. 27fc963 When pasting, translate \n into \r. This matches xterm and putty's behaviour, by Nicholas Marriott · 15 years ago
  74. 2f71982 When pasting, translate \n into \r. This matches xterm and putty's behaviour, by Nicholas Marriott · 15 years ago
  75. 29ac832 Fix two copy/paste bugs: forbid zero-length buffers to prevent a fatal error by Nicholas Marriott · 15 years ago
  76. fe5edad Fix two copy/paste bugs: forbid zero-length buffers to prevent a fatal error by Nicholas Marriott · 15 years ago
  77. 35876ea Import tmux, a terminal multiplexor allowing (among other things) a single by Nicholas Marriott · 15 years ago
  78. 93230a6 Pass return code from _exec; allow command sequences to work from the command line. by Nicholas Marriott · 16 years ago
  79. 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
  80. e3feb06 Server locking. set-password and lock-server commands, plus automatic locking. by Nicholas Marriott · 16 years ago
  81. 51ca51e Buffers should be numbered from zero, from Tiago Cunha. Also fix paste -b. by Nicholas Marriott · 16 years ago
  82. d7f5190 Trim. by Nicholas Marriott · 16 years ago
  83. ef1c1d5 Use the right flags argument for -d. by Nicholas Marriott · 16 years ago
  84. 4e4f71f Swap in new paste buffer code and add a couple more commands. by Nicholas Marriott · 16 years ago
  85. 0b9b873 Big reorganisation of command-line syntax. by Nicholas Marriott · 16 years ago
  86. 642c0b0 Easy bits of arg printing for list-keys. by Nicholas Marriott · 16 years ago
  87. f91e7bf If no command is specified, assume new-session. by Nicholas Marriott · 16 years ago
  88. 8731755 Add a windowonly generic command and use it where appropriate. Also trim includes and unused. by Nicholas Marriott · 16 years ago
  89. 95cc21c Quick man page update, also fix some usages and get rid of some CMD_KEY checks. by Nicholas Marriott · 16 years ago
  90. 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
  91. 103748d Major reorganisation of screen handling. by Nicholas Marriott · 17 years ago
  92. 8da0b1f Mostly-complete copy and paste. by Nicholas Marriott · 17 years ago