1. 94d96c6 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 3 months ago
  2. 9b00472 Evaluate styles with the pane variables. by nicm · 3 years, 3 months ago
  3. fada3eb Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 3 months ago
  4. 26773ea Do not dereference pane when it is NULL, fixes a crash when creating a by nicm · 3 years, 3 months ago
  5. 163908f Move hook format setup earlier and add a hook_client, GitHub issue 2809. by nicm · 3 years, 3 months ago
  6. bb4bc8c Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 4 months ago
  7. 38c5788 Give #() commands a one second grace period where the output is empty by nicm · 3 years, 4 months ago
  8. c1d5dda Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 5 months ago
  9. 51915b9 Fix mouse_word format now word-separators has no space and position of by nicm · 3 years, 5 months ago
  10. 8d75542 Bump FORMAT_LOOOP_LIMIT and add a log message when hit, GitHub issue 2715. by nicm · 3 years, 6 months ago
  11. 3a5b576 Fix <= operator. by nicm · 3 years, 6 months ago
  12. 6c65949 Fix warnings, from Jan Tache in GitHub issue 2692. by nicm · 3 years, 6 months ago
  13. 5f7ff73 Bump FORMAT_LOOOP_LIMIT and add a log message when hit, GitHub issue 2715. by Nicholas Marriott · 3 years, 6 months ago
  14. 83024f5 Er, fix it properly. by Nicholas Marriott · 3 years, 6 months ago
  15. 01ba6a2 Fix <= operator. by Nicholas Marriott · 3 years, 6 months ago
  16. 4046772 Fix warnings, from Jan Tache in GitHub issue 2692. by Nicholas Marriott · 3 years, 7 months ago
  17. 83cd593 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 8 months ago
  18. cd208c9 Permit shortcut keys in buffer, client, tree modes to be configured with by nicm · 3 years, 8 months ago
  19. 12cfd0d Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 9 months ago
  20. ee0df1b Tidy old jobs every hour instead of every 30 seconds. by nicm · 3 years, 9 months ago
  21. 2301bee Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 9 months ago
  22. c447507 Drop support for popups where the content is provided directly to tmux by nicm · 3 years, 9 months ago
  23. ba9f89c Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 9 months ago
  24. 40ad11b Handle NULL term_type. by nicm · 3 years, 9 months ago
  25. a7d4703 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 9 months ago
  26. 583aaeb Check session, window, pane in the right order when working out format type. by nicm · 3 years, 9 months ago
  27. 9c6502f Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 9 months ago
  28. dd7006c Add a couple of format variables for active and last window index. by nicm · 3 years, 9 months ago
  29. 9710ec5 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 9 months ago
  30. 6aaef3e Correct client_prefix so it returns 1 if in prefix, not 0. by nicm · 3 years, 9 months ago
  31. 0cd5ed9 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 9 months ago
  32. 6876381 Move config file path expansion much earlier, keep the list of paths by nicm · 3 years, 9 months ago
  33. cb7e669 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 9 months ago
  34. e858270 There are many format variables now so allocating all the default ones by nicm · 3 years, 9 months ago
  35. ce5de76 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 9 months ago
  36. 6642706 Support X11 colour names and some other variations for OSC 10/11, also by nicm · 3 years, 9 months ago
  37. c6215b5 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 10 months ago
  38. 1492ae1 Do not expand times and #() inside #(). by nicm · 3 years, 10 months ago
  39. 39904f7 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 10 months ago
  40. be471c3 Add a -S flag to new-window to make it select the existing window if one by nicm · 3 years, 10 months ago
  41. 545a610 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 10 months ago
  42. 255802d Trim output overwritten by later text or clears completely rather than by nicm · 3 years, 10 months ago
  43. 9ff017e Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 10 months ago
  44. fb774b7 Change so that window_flags escapes # automatically which means configs by nicm · 3 years, 10 months ago
  45. f72deb0 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 11 months ago
  46. f97305a Use right format for session loop, GitHub issue 2519. by nicm · 3 years, 11 months ago
  47. 950e982 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 11 months ago
  48. 8bd29a3 Make synchronize-panes a pane option and add -U flag to set-option to by nicm · 3 years, 11 months ago
  49. 2763464 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 12 months ago
  50. 9a74bba Make replacement of ##s consistent when drawing formats, whether by nicm · 3 years, 12 months ago
  51. 5ddbf0c Merge branch 'obsd-master' by Thomas Adam · 4 years ago
  52. 61e55fa Change how escaping is processed for formats so that ## and # can be by nicm · 4 years ago
  53. ff53eed Merge branch 'obsd-master' by Thomas Adam · 4 years, 1 month ago
  54. ac5045a Add numeric comparisons for formats, from teo_paul1 at yahoo dot com in by nicm · 4 years, 1 month ago
  55. 57168f3 Merge branch 'obsd-master' by Thomas Adam · 4 years, 2 months ago
  56. 7e31975 Fix a last minute change in previous. by nicm · 4 years, 2 months ago
  57. e369f64 Add a state struct to store working state during format expansion by nicm · 4 years, 2 months ago
  58. c3e1b84 Merge branch 'obsd-master' by Thomas Adam · 4 years, 2 months ago
  59. 869c0e8 Fix some warnings, GitHub issue 2382. by nicm · 4 years, 2 months ago
  60. b895ffb Merge branch 'obsd-master' by Thomas Adam · 4 years, 3 months ago
  61. 2ab2899 Add pane_last format, GitHub issue 2353. by nicm · 4 years, 3 months ago
  62. 769ae10 Merge branch 'obsd-master' by Thomas Adam · 4 years, 3 months ago
  63. d095752 Add n: modifier to get length of a format, also automatically expand by nicm · 4 years, 3 months ago
  64. 1f51566 Merge branch 'obsd-master' by Thomas Adam · 4 years, 5 months ago
  65. 2964dde Use xvasprintf not vasprintf. by nicm · 4 years, 5 months ago
  66. b5c86fd Merge branch 'obsd-master' by Thomas Adam · 4 years, 6 months ago
  67. 63c2ed1 Add some formats for search in copy mode (search_present, search_match). by nicm · 4 years, 6 months ago
  68. 31a51ca Merge branch 'obsd-master' by Thomas Adam · 4 years, 6 months ago
  69. 9819470 Change format callback to return value rather than storing it in the entry. by nicm · 4 years, 6 months ago
  70. b34af61 Merge branch 'obsd-master' by Thomas Adam · 4 years, 6 months ago
  71. bbfb44e Make some data types consistent. by nicm · 4 years, 6 months ago
  72. d67245c Add a customize mode where keys and options may be browsed and changed, by nicm · 4 years, 6 months ago
  73. daa9581 Allow a custom time format to be given to the t format modifier. by nicm · 4 years, 6 months ago
  74. 367b4e4 Change message log to be per server rather than per client and include by nicm · 4 years, 6 months ago
  75. cf9badd Change the existing client flags for control mode to apply for any by nicm · 4 years, 6 months ago
  76. 0487029 Call format_defaults_window for panes as well. by nicm · 4 years, 6 months ago
  77. 0dd1944 Tweak the default choose modes formats: by nicm · 4 years, 6 months ago
  78. a61cbf1 Add a customize mode where options may be browsed and changed, includes adding by Nicholas Marriott · 4 years, 7 months ago
  79. 708e9bc Allow a custom time format to be given to the t format modifier. by Nicholas Marriott · 4 years, 7 months ago
  80. b0fa367 Fix pretty time function to actually work and allow time format to be applied by Nicholas Marriott · 4 years, 7 months ago
  81. 7a95e9b Change message log to be per server rather than per client and include every by Nicholas Marriott · 4 years, 7 months ago
  82. 2f89d2e Change the existing client flags for control mode to apply for any client, use by Nicholas Marriott · 4 years, 7 months ago
  83. a43a156 Call format_defaults_window for panes as well. by Nicholas Marriott · 4 years, 7 months ago
  84. c30e765 Add some additional format helper functions. by Nicholas Marriott · 4 years, 7 months ago
  85. 8650f44 Move terminal features into a single file. by Nicholas Marriott · 4 years, 7 months ago
  86. 106e5d0 Tweak the default choose modes formats: by Nicholas Marriott · 4 years, 7 months ago
  87. 4a31eed Merge branch 'obsd-master' by Thomas Adam · 4 years, 7 months ago
  88. 662728d Add a session_marked format like window_marked. by nicm · 4 years, 7 months ago
  89. c706aad Merge branch 'obsd-master' by Thomas Adam · 4 years, 7 months ago
  90. c91b4b2 Tidy up the terminal detection and feature code and add named sets of by nicm · 4 years, 7 months ago
  91. 2ccf15e Merge branch 'obsd-master' by Thomas Adam · 4 years, 7 months ago
  92. 4a93294 Use size_t not u_int for the bytes counters and fix a const missing. by nicm · 4 years, 7 months ago
  93. d55510e Merge branch 'obsd-master' by Thomas Adam · 4 years, 7 months ago
  94. e1799ed Merge branch 'obsd-master' by Thomas Adam · 4 years, 7 months ago
  95. c875953 Use peek line function instead of hoking in the array directly. by nicm · 4 years, 7 months ago
  96. e153b92 Add formats for pane written/skipped bytes for debugging. by nicm · 4 years, 7 months ago
  97. 5e38d26 Merge branch 'obsd-master' by Thomas Adam · 4 years, 7 months ago
  98. 5ec80bd Move the UTF-8 flag to terminal flags. by nicm · 4 years, 7 months ago
  99. 653a159 Merge branch 'obsd-master' by Thomas Adam · 4 years, 7 months ago
  100. 3f7f9a0 Make client -c and -t handling common in cmd-queue.c and try to be by nicm · 4 years, 7 months ago