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