1. 747cab4 No need for $Id$ now. by Nicholas Marriott · 10 years ago
  2. 35ffd09 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  3. abfb965 Fix some spacing nits. by nicm · 10 years ago
  4. 562af86 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  5. 4c42381 Move template defines back into .c files. by nicm · 10 years ago
  6. 45dfc5a Instead of setting up the default keys by building the key struct by nicm · 10 years ago
  7. bae9584 Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  8. 189017c Plug a memory leak, from J Raynor. by nicm · 11 years ago
  9. 953c3ef Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  10. a5d4b7f Some more long lines. by nicm · 11 years ago
  11. d45c12b Remove the barely-used and unnecessary command check() function. by nicm · 11 years ago
  12. a36da3a Remove the barely-used and unnecessary command check() function. by Nicholas Marriott · 11 years ago
  13. 20636d9 Add a command queue to standardize and simplify commands that call other by Nicholas Marriott · 12 years ago
  14. 180faf7 Allow choose commands to be used outside tmux, so long as at least one by Nicholas Marriott · 12 years ago
  15. 3964309 Add a command queue to standardize and simplify commands that call other by Nicholas Marriott · 12 years ago
  16. f1ce959 Allow choose commands to be used outside tmux, so long as at least one client by Nicholas Marriott · 12 years ago
  17. aadc87f Remove free callback for window_choose_data objects. by Nicholas Marriott · 12 years ago
  18. 4d382ae Miscellaneous tidying of choose API, including: by Nicholas Marriott · 12 years ago
  19. 31f93d8 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  20. 2a609b3 Add ability to active pane in list-windows and find-window formats, from by Nicholas Marriott · 12 years ago
  21. c914fcf When choosing a pane found by find-window, switch to that pane rather by Nicholas Marriott · 12 years ago
  22. 9e7bbc7 When choosing a pane found by find-window, switch to that pane rather by Nicholas Marriott · 12 years ago
  23. 1c60803 Sync OpenBSD patchset 1162: by Tiago Cunha · 12 years ago
  24. 73c6785 Use a separate define for each default format template and strip clutter by Nicholas Marriott · 12 years ago
  25. 1f5e6e3 Sync OpenBSD patchset 1151: by Tiago Cunha · 12 years ago
  26. a432fcd Sync OpenBSD patchset 1150: by Tiago Cunha · 12 years ago
  27. ede8312 Make command exec functions return an enum rather than -1/0/1 values and by Nicholas Marriott · 12 years ago
  28. df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
  29. 5761712 Sync OpenBSD patchset 1142: by Tiago Cunha · 12 years ago
  30. 9bb9752 Sync OpenBSD patchset 1141: by Tiago Cunha · 12 years ago
  31. 5b6f781 Clean up and simplify the choose mode code, from Thomas Adam. by Nicholas Marriott · 12 years ago
  32. 39abca4 Trim a blank line. by Nicholas Marriott · 12 years ago
  33. 5cc4961 Sync OpenBSD patchset 1119: by Tiago Cunha · 13 years ago
  34. ebf94bc Switch all of the various choose- and list- commands over to the format by Nicholas Marriott · 13 years ago
  35. e5b3858 Sync OpenBSD patchset 1087: by Tiago Cunha · 13 years ago
  36. 86c1335 Sync OpenBSD patchset 1081: by Tiago Cunha · 13 years ago
  37. c829bdf Minor style nits - return (). by Nicholas Marriott · 13 years ago
  38. cd8e536 Only find each window once no matter how many panes, from Jonathan Daugherty. by Nicholas Marriott · 13 years ago
  39. 8121b54 Sync OpenBSD patchset 1076: by Tiago Cunha · 13 years ago
  40. 65748fb Sync OpenBSD patchset 1075: by Tiago Cunha · 13 years ago
  41. b1e4b87 Remove a stale comment. by Nicholas Marriott · 13 years ago
  42. 90bf560 Add -C -N -T flags to find-window to find in content, name, title. From by Nicholas Marriott · 13 years ago
  43. 391f1f0 Expand the Id keyword. by Tiago Cunha · 13 years ago
  44. 1df427b Sync OpenBSD patchset 829: by Tiago Cunha · 14 years ago
  45. 7502cb3 Clean up and simplify tmux command argument parsing. by Nicholas Marriott · 14 years ago
  46. 64d16cf Sync OpenBSD patchset 801: by Tiago Cunha · 14 years ago
  47. a51dcdc Unify the way sessions are used by callbacks - store the address and use by Nicholas Marriott · 14 years ago
  48. e35f5b3 Sync OpenBSD patchset 539: by Tiago Cunha · 15 years ago
  49. 76ef877 Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in the by Nicholas Marriott · 15 years ago
  50. d637cb3 Sync OpenBSD patchset 181: by Tiago Cunha · 15 years ago
  51. 34a82e7 Make all messages sent between the client and server fixed size. by Nicholas Marriott · 15 years ago
  52. 89543e9 A similar for fix for window_choose: don't rely on the callback always being by Nicholas Marriott · 15 years ago
  53. 216df07 A similar for fix for window_choose: don't rely on the callback always being by Nicholas Marriott · 15 years ago
  54. 097b96e Having fixed flags for single-character getopt options is a bit hard to by Nicholas Marriott · 15 years ago
  55. 5f108d9 Having fixed flags for single-character getopt options is a bit hard to by Nicholas Marriott · 15 years ago
  56. a5830b9 Restore $Id$ and add script to do so. by Nicholas Marriott · 15 years ago
  57. f7a9eb4 Change find-window and monitor-content to use fnmatch(3). For convenience and by Nicholas Marriott · 15 years ago
  58. 7e796de Change find-window and monitor-content to use fnmatch(3). For convenience and by Nicholas Marriott · 15 years ago
  59. 35876ea Import tmux, a terminal multiplexor allowing (among other things) a single by Nicholas Marriott · 15 years ago
  60. 80af85a - New window option monitor-content to search for a string in a window, and by Tiago Cunha · 16 years ago
  61. 143aa71 Space trimmage mega-diff. by Nicholas Marriott · 16 years ago
  62. 23fef99 8 -> UTF8_SIZE. by Nicholas Marriott · 16 years ago
  63. cf7b384 Better UTF-8 support, including combined characters. Unicode data is now stored by Nicholas Marriott · 16 years ago
  64. 6c0728f Step 2 of the Grand Plan To Make UTF-8 Better. by Nicholas Marriott · 16 years ago
  65. 93230a6 Pass return code from _exec; allow command sequences to work from the command line. by Nicholas Marriott · 16 years ago
  66. 95b1434 Don't die when run non-interactively. DOH. by Nicholas Marriott · 16 years ago
  67. 3efd1f5 find-window command. by Nicholas Marriott · 16 years ago