1. 73b9328 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  2. 248aa54 Style and spacing nits. by nicm · 7 years ago
  3. 3500820 Differences to OpenBSD. by Nicholas Marriott · 7 years ago
  4. 113356c Build fixes. by Nicholas Marriott · 7 years ago
  5. f17ecaa Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  6. aad4e4d Rewrite of choose mode, both to simplify and tidy the code and to add by nicm · 7 years ago
  7. 5bc5fe5 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  8. a2ace9d Add ||, && format operators and C: to search pane content. by nicm · 7 years ago
  9. d3959a2 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  10. 1257501 Add m: for fnmatch(3) format matching. by nicm · 7 years ago
  11. b74b6dc Missed during merge. by Nicholas Marriott · 8 years ago
  12. 9f9f8c8 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  13. f688653 Remove an unused variable. by nicm · 8 years ago
  14. 20e3059 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  15. 5d3cf2f Only redraw single client, and tweak some logging. by nicm · 8 years ago
  16. 7f813dc Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  17. 7d3e2c8 Store copy mode search string in pane so search-again command works even by nicm · 8 years ago
  18. a651b08 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  19. 5fee463 Add a format for the name of the pane's mode, lets it be used as a by nicm · 8 years ago
  20. 2fef10b Add some formats to look at the session window stack, suggested by Scott by nicm · 8 years ago
  21. 97ecb4f Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  22. ca6a121 Add a format for the last search string in copy mode and fix the prompt by nicm · 8 years ago
  23. e354b0e Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  24. 0ccfb61 In order that people can use formats like #D in #() in the status line by nicm · 8 years ago
  25. 4612419 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  26. bba5887 Store state shared between multiple commands in the queue in a shared structure. by nicm · 8 years ago
  27. 4837121 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  28. 2199310 Now that struct winlink has a session pointer, can remove some arguments. by nicm · 8 years ago
  29. 0f25ad3 There is no real need for window_printable_flags to allocate, make it by nicm · 8 years ago
  30. 0b44ad9 If a #() command doesn't exit, use its most recent line of output (it by nicm · 8 years ago
  31. 85af9c9 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  32. fa6deb5 When the data we have buffered to write to a terminal grows beyond a by nicm · 8 years ago
  33. a543091 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  34. fb3c5ef Add a format for number of bytes writtent to client, useful for debugging. by nicm · 8 years ago
  35. 5f662d9 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  36. 9b28200 Give each client a name. This defaults to the tty name as before but by nicm · 8 years ago
  37. 3ea3683 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  38. 6b2009a Add a helper function for the most common format_create/defaults/expand pattern. by nicm · 8 years ago
  39. 02e0447 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  40. c6a3446 Instead of numbering session groups, give them a name which may be given by nicm · 8 years ago
  41. 5aaf640 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  42. 20f5e37 Remove a debugging leftover. by nicm · 8 years ago
  43. 6c333cc Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  44. 7d23d01 Add a window or pane id "tag" to each format tree and use it to separate by nicm · 8 years ago
  45. 9b1f620 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  46. dd0c814 Implement "all event" (1003) mouse mode but in a way that works. The by nicm · 8 years ago
  47. d8da761 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  48. 3408595 When a flag option is used in a format, it should use the number form by nicm · 8 years ago
  49. 7e110b9 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  50. 68db958 getopt() has a struct option so just return to using options_entry. by nicm · 8 years ago
  51. c9fcb76 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  52. 2b0bc9f Major tidy up and rework of options tree and set-option/show-options by nicm · 8 years ago
  53. d87ab0c Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  54. bf6a5c0 Add a format for terminal type. by nicm · 8 years ago
  55. 2c862b0 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  56. 3661960 Add a format for the version. by Nicholas Marriott · 8 years ago
  57. 844f2ea Add simple comparisons in formats: #{==:a,b} and #{!=:a,b} ("a" and "b" by nicm · 8 years ago
  58. 442e49f Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  59. 3cf19d6 Key running commands for #() by the unexpanded command, and run them by nicm · 8 years ago
  60. 1a6e696 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  61. 3f35b52 Provide a way for hooks to tag formats onto the commands they fire so by nicm · 8 years ago
  62. b342bd0 Mass rename struct cmd_q to struct cmdq_item and related. by nicm · 8 years ago
  63. c67b702 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  64. ddc4512 Rewrite command queue handling. Each client still has a command queue, by nicm · 8 years ago
  65. 0f7d39c Add missing function protype by Thomas Adam · 8 years ago
  66. b9dc855 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  67. 5c49e1d Some other stuff that can be local to one file. by nicm · 8 years ago
  68. c426e48 Loads more static, except for cmd-*.c and window-*.c. by nicm · 8 years ago
  69. 05ec232 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  70. 95a4cc3 Use a fixed buffer for strftime() because there is no portable way to by nicm · 9 years ago
  71. ba9f32b Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  72. 0d84fdd Final parts of command hooks, add before- and after- hooks to each command. by nicm · 9 years ago
  73. 5fce217 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  74. 8028560 Support negative trim values (#{=-10:pane_title}) to trim from the end, by nicm · 9 years ago
  75. dc42c35 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  76. 995af0e I no longer use my SourceForge address so replace it. by nicm · 9 years ago
  77. 845a664 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  78. 5ed17e8 Add key-table option to set the default key table for a session, allows by nicm · 9 years ago
  79. 4909a70 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  80. 01831da Add cmdq as an argument to format_create and add a format for the by nicm · 9 years ago
  81. af8134a Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  82. e0f26dc Remove format_create_flags and just pass flags to format_create. by nicm · 9 years ago
  83. 890d8da Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  84. 1e2df2d Remove the -I part of show-messages which isn't really that useful; the by nicm · 9 years ago
  85. 7fe8edc Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  86. 577c0e3 Use __unused rather than rolling our own. by nicm · 9 years ago
  87. 5a5b950 Add s/foo/bar/: prefix for formats to substitute bar for foo. by nicm · 9 years ago
  88. 45a10dd Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  89. 88aa1c8 Two spacing and spelling nits. by nicm · 9 years ago
  90. e2917b2 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  91. 3df4959 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  92. 531869b Add window_visible_layout which ignores zoomed panes and use it for by nicm · 9 years ago
  93. c5689a5 Long overdue change to the way we store cells in the grid: now, instead by nicm · 9 years ago
  94. 5f48349 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  95. 1b86f52 Nuke the utf8 and status-utf8 options and make tmux only a UTF-8 by nicm · 9 years ago
  96. a0f3999 Remove the mouse_utf8_flag format as well. by nicm · 9 years ago
  97. 17f6c3b Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  98. 01defc9 Because pledge(2) does not allow us to pass directory file descriptors by nicm · 9 years ago
  99. a5e4d3a Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  100. bf9c933 Like options, move the environ struct into environ.c. by nicm · 9 years ago