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