1. f0ac0d6 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  2. 2a04665 Allow escaping , and } with # in #{}; GitHub issue 1332. by nicm · 7 years ago
  3. 0e1b339 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  4. 3dceddd Change how display-message uses the client. Originally it was only by nicm · 7 years ago
  5. 9fd9952 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  6. 19f3a5c Add a missing client-detached hook when the server shuts down, and do by nicm · 7 years ago
  7. 5a44e18 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  8. ab6f0bb Do not leak memory when working out job name in formats. by nicm · 7 years ago
  9. 19afd84 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  10. 17d4c39 Discard all but the last line when reading from a #() command - the by nicm · 7 years ago
  11. 8c29f74 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  12. 17655e5 Format for group list of "other sessions" is a bit weird, just list all by nicm · 7 years ago
  13. 95850e1 Tweak previous slightly so that current session is chosen if it is in by nicm · 7 years ago
  14. c1f62f1 Only show the first member of session groups in tree mode (-G flag disables). by nicm · 7 years ago
  15. 31901e3 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  16. a5fd578 Show exit status and time in the remain-on-exit pane text, mostly from by nicm · 7 years ago
  17. 27c3852 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  18. 5dd5543 Add -F to choose-tree, choose-client, choose-buffer to specify the by nicm · 7 years ago
  19. e7b1e05 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  20. 6f9b965 Add selection_present format so commands in copy mode can use it, GitHub by nicm · 7 years ago
  21. 147740e Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  22. 3df7c91 Add pane_at_left/right/top/bottom formats, from Amos Bird. by nicm · 7 years ago
  23. 05062e7 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  24. 9913cce Add a pane_pipe format to show if pipe-pane is active, GitHub issue 990. by nicm · 7 years ago
  25. 73b9328 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  26. 248aa54 Style and spacing nits. by nicm · 7 years ago
  27. 3500820 Differences to OpenBSD. by Nicholas Marriott · 7 years ago
  28. 113356c Build fixes. by Nicholas Marriott · 7 years ago
  29. f17ecaa Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  30. aad4e4d Rewrite of choose mode, both to simplify and tidy the code and to add by nicm · 7 years ago
  31. 5bc5fe5 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  32. a2ace9d Add ||, && format operators and C: to search pane content. by nicm · 8 years ago
  33. d3959a2 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  34. 1257501 Add m: for fnmatch(3) format matching. by nicm · 8 years ago
  35. b74b6dc Missed during merge. by Nicholas Marriott · 8 years ago
  36. 9f9f8c8 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  37. f688653 Remove an unused variable. by nicm · 8 years ago
  38. 20e3059 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  39. 5d3cf2f Only redraw single client, and tweak some logging. by nicm · 8 years ago
  40. 7f813dc Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  41. 7d3e2c8 Store copy mode search string in pane so search-again command works even by nicm · 8 years ago
  42. a651b08 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  43. 5fee463 Add a format for the name of the pane's mode, lets it be used as a by nicm · 8 years ago
  44. 2fef10b Add some formats to look at the session window stack, suggested by Scott by nicm · 8 years ago
  45. 97ecb4f Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  46. ca6a121 Add a format for the last search string in copy mode and fix the prompt by nicm · 8 years ago
  47. e354b0e Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  48. 0ccfb61 In order that people can use formats like #D in #() in the status line by nicm · 8 years ago
  49. 4612419 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  50. bba5887 Store state shared between multiple commands in the queue in a shared structure. by nicm · 8 years ago
  51. 4837121 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  52. 2199310 Now that struct winlink has a session pointer, can remove some arguments. by nicm · 8 years ago
  53. 0f25ad3 There is no real need for window_printable_flags to allocate, make it by nicm · 8 years ago
  54. 0b44ad9 If a #() command doesn't exit, use its most recent line of output (it by nicm · 8 years ago
  55. 85af9c9 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  56. fa6deb5 When the data we have buffered to write to a terminal grows beyond a by nicm · 8 years ago
  57. a543091 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  58. fb3c5ef Add a format for number of bytes writtent to client, useful for debugging. by nicm · 8 years ago
  59. 5f662d9 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  60. 9b28200 Give each client a name. This defaults to the tty name as before but by nicm · 8 years ago
  61. 3ea3683 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  62. 6b2009a Add a helper function for the most common format_create/defaults/expand pattern. by nicm · 8 years ago
  63. 02e0447 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  64. c6a3446 Instead of numbering session groups, give them a name which may be given by nicm · 8 years ago
  65. 5aaf640 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  66. 20f5e37 Remove a debugging leftover. by nicm · 8 years ago
  67. 6c333cc Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  68. 7d23d01 Add a window or pane id "tag" to each format tree and use it to separate by nicm · 8 years ago
  69. 9b1f620 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  70. dd0c814 Implement "all event" (1003) mouse mode but in a way that works. The by nicm · 8 years ago
  71. d8da761 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  72. 3408595 When a flag option is used in a format, it should use the number form by nicm · 8 years ago
  73. 7e110b9 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  74. 68db958 getopt() has a struct option so just return to using options_entry. by nicm · 8 years ago
  75. c9fcb76 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  76. 2b0bc9f Major tidy up and rework of options tree and set-option/show-options by nicm · 8 years ago
  77. d87ab0c Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  78. bf6a5c0 Add a format for terminal type. by nicm · 8 years ago
  79. 2c862b0 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  80. 3661960 Add a format for the version. by Nicholas Marriott · 8 years ago
  81. 844f2ea Add simple comparisons in formats: #{==:a,b} and #{!=:a,b} ("a" and "b" by nicm · 8 years ago
  82. 442e49f Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  83. 3cf19d6 Key running commands for #() by the unexpanded command, and run them by nicm · 8 years ago
  84. 1a6e696 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  85. 3f35b52 Provide a way for hooks to tag formats onto the commands they fire so by nicm · 8 years ago
  86. b342bd0 Mass rename struct cmd_q to struct cmdq_item and related. by nicm · 8 years ago
  87. c67b702 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  88. ddc4512 Rewrite command queue handling. Each client still has a command queue, by nicm · 8 years ago
  89. 0f7d39c Add missing function protype by Thomas Adam · 8 years ago
  90. b9dc855 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  91. 5c49e1d Some other stuff that can be local to one file. by nicm · 8 years ago
  92. c426e48 Loads more static, except for cmd-*.c and window-*.c. by nicm · 8 years ago
  93. 05ec232 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  94. 95a4cc3 Use a fixed buffer for strftime() because there is no portable way to by nicm · 9 years ago
  95. ba9f32b Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  96. 0d84fdd Final parts of command hooks, add before- and after- hooks to each command. by nicm · 9 years ago
  97. 5fce217 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  98. 8028560 Support negative trim values (#{=-10:pane_title}) to trim from the end, by nicm · 9 years ago
  99. dc42c35 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  100. 995af0e I no longer use my SourceForge address so replace it. by nicm · 9 years ago