1. 8636848 Add a session, pane and user mouse range types for the status line and by nicm · 1 year, 3 months ago
  2. 8b3e2ea Use a stack for last panes line windows, from Thomas Bertschinger in by nicm · 1 year, 5 months ago
  3. ac43186 Do not risk writing over the end of the buffer when it ends in # by nicm · 1 year, 5 months ago
  4. 4e57894 Get rid of some warnings with GCC 10, from Thomas Klausner. by nicm · 1 year, 5 months ago
  5. 1d98394 Add format for server_sessions, from Magnus Gross. by nicm · 1 year, 6 months ago
  6. c21af7e Add a format to show if there are unseen changes while in a mode, from by nicm · 1 year, 8 months ago
  7. 0bd78b4 Add an L modifier like P, W, S to loop over clients. Also fix some long by nicm · 1 year, 10 months ago
  8. 77c1353 Unescape the string for the literal operator (l:) so special characters work. by nicm · 2 years, 1 month ago
  9. 3c65475 Fix memory leak, from Gabriel Souza Franco. by nicm · 2 years, 4 months ago
  10. d0d2c39 Support hyperlinks with capture-pane -e and add a mouse_hyperlink by nicm · 2 years, 5 months ago
  11. b22edcf Tweak previous - find end of style correctly. by nicm · 2 years, 5 months ago
  12. 786cff8 Do not expand single character format aliases inside #[] since they by nicm · 2 years, 5 months ago
  13. 9c89f7c Store time lines are scrolled into history and display in copy mode. by nicm · 2 years, 5 months ago
  14. 2f2bb82 Add pane_start_path to match start_command. by nicm · 2 years, 6 months ago
  15. 0a8f356 Spacing/style nits. by nicm · 2 years, 6 months ago
  16. a3d9209 Add remain-on-exit-format to set text shown when pane is dead. by nicm · 2 years, 9 months ago
  17. 98cd8e4 Add formats for client and server UID and user (for multiuser setups). by nicm · 2 years, 9 months ago
  18. fa71e9a Add next_session_id format with the next session ID, GitHub issue 3078. by nicm · 2 years, 9 months ago
  19. 197a116 Add a way to force a colour to RGB and a format to display it. by nicm · 3 years, 1 month ago
  20. 759efe1 Add -e flag to set environment for popup, from Alexis Hildebrandt in by nicm · 3 years, 2 months ago
  21. da05d05 Fix some warnings. by nicm · 3 years, 2 months ago
  22. e06a4e0 Set mouse_x and mouse_y on the status line, GitHub issue 2913. by nicm · 3 years, 2 months ago
  23. 3d5a02b Do not try to use NULL time values. by nicm · 3 years, 2 months ago
  24. d589be6 A couple more spacing fixes. by nicm · 3 years, 3 months ago
  25. caa8703 Spacing tweaks. by nicm · 3 years, 3 months ago
  26. e463e86 Remove stray spaces after function names. by nicm · 3 years, 3 months ago
  27. 9b00472 Evaluate styles with the pane variables. by nicm · 3 years, 3 months ago
  28. 26773ea Do not dereference pane when it is NULL, fixes a crash when creating a by nicm · 3 years, 4 months ago
  29. 163908f Move hook format setup earlier and add a hook_client, GitHub issue 2809. by nicm · 3 years, 4 months ago
  30. 38c5788 Give #() commands a one second grace period where the output is empty by nicm · 3 years, 4 months ago
  31. 51915b9 Fix mouse_word format now word-separators has no space and position of by nicm · 3 years, 5 months ago
  32. 8d75542 Bump FORMAT_LOOOP_LIMIT and add a log message when hit, GitHub issue 2715. by nicm · 3 years, 6 months ago
  33. 3a5b576 Fix <= operator. by nicm · 3 years, 6 months ago
  34. 6c65949 Fix warnings, from Jan Tache in GitHub issue 2692. by nicm · 3 years, 6 months ago
  35. cd208c9 Permit shortcut keys in buffer, client, tree modes to be configured with by nicm · 3 years, 8 months ago
  36. ee0df1b Tidy old jobs every hour instead of every 30 seconds. by nicm · 3 years, 9 months ago
  37. c447507 Drop support for popups where the content is provided directly to tmux by nicm · 3 years, 9 months ago
  38. 40ad11b Handle NULL term_type. by nicm · 3 years, 9 months ago
  39. 583aaeb Check session, window, pane in the right order when working out format type. by nicm · 3 years, 9 months ago
  40. dd7006c Add a couple of format variables for active and last window index. by nicm · 3 years, 9 months ago
  41. 6aaef3e Correct client_prefix so it returns 1 if in prefix, not 0. by nicm · 3 years, 9 months ago
  42. 6876381 Move config file path expansion much earlier, keep the list of paths by nicm · 3 years, 9 months ago
  43. e858270 There are many format variables now so allocating all the default ones by nicm · 3 years, 9 months ago
  44. 6642706 Support X11 colour names and some other variations for OSC 10/11, also by nicm · 3 years, 9 months ago
  45. 1492ae1 Do not expand times and #() inside #(). by nicm · 3 years, 10 months ago
  46. be471c3 Add a -S flag to new-window to make it select the existing window if one by nicm · 3 years, 10 months ago
  47. 255802d Trim output overwritten by later text or clears completely rather than by nicm · 3 years, 10 months ago
  48. fb774b7 Change so that window_flags escapes # automatically which means configs by nicm · 3 years, 10 months ago
  49. f97305a Use right format for session loop, GitHub issue 2519. by nicm · 3 years, 11 months ago
  50. 8bd29a3 Make synchronize-panes a pane option and add -U flag to set-option to by nicm · 3 years, 12 months ago
  51. 9a74bba Make replacement of ##s consistent when drawing formats, whether by nicm · 3 years, 12 months ago
  52. 61e55fa Change how escaping is processed for formats so that ## and # can be by nicm · 4 years, 1 month ago
  53. ac5045a Add numeric comparisons for formats, from teo_paul1 at yahoo dot com in by nicm · 4 years, 1 month ago
  54. 7e31975 Fix a last minute change in previous. by nicm · 4 years, 2 months ago
  55. e369f64 Add a state struct to store working state during format expansion by nicm · 4 years, 2 months ago
  56. 869c0e8 Fix some warnings, GitHub issue 2382. by nicm · 4 years, 2 months ago
  57. 2ab2899 Add pane_last format, GitHub issue 2353. by nicm · 4 years, 3 months ago
  58. d095752 Add n: modifier to get length of a format, also automatically expand by nicm · 4 years, 3 months ago
  59. 2964dde Use xvasprintf not vasprintf. by nicm · 4 years, 5 months ago
  60. 63c2ed1 Add some formats for search in copy mode (search_present, search_match). by nicm · 4 years, 6 months ago
  61. 9819470 Change format callback to return value rather than storing it in the entry. by nicm · 4 years, 6 months ago
  62. bbfb44e Make some data types consistent. by nicm · 4 years, 6 months ago
  63. d67245c Add a customize mode where keys and options may be browsed and changed, by nicm · 4 years, 6 months ago
  64. daa9581 Allow a custom time format to be given to the t format modifier. by nicm · 4 years, 6 months ago
  65. 367b4e4 Change message log to be per server rather than per client and include by nicm · 4 years, 6 months ago
  66. cf9badd Change the existing client flags for control mode to apply for any by nicm · 4 years, 6 months ago
  67. 0487029 Call format_defaults_window for panes as well. by nicm · 4 years, 6 months ago
  68. 0dd1944 Tweak the default choose modes formats: by nicm · 4 years, 6 months ago
  69. 662728d Add a session_marked format like window_marked. by nicm · 4 years, 7 months ago
  70. c91b4b2 Tidy up the terminal detection and feature code and add named sets of by nicm · 4 years, 7 months ago
  71. 4a93294 Use size_t not u_int for the bytes counters and fix a const missing. by nicm · 4 years, 7 months ago
  72. c875953 Use peek line function instead of hoking in the array directly. by nicm · 4 years, 7 months ago
  73. e153b92 Add formats for pane written/skipped bytes for debugging. by nicm · 4 years, 7 months ago
  74. 5ec80bd Move the UTF-8 flag to terminal flags. by nicm · 4 years, 7 months ago
  75. 3f7f9a0 Make client -c and -t handling common in cmd-queue.c and try to be by nicm · 4 years, 8 months ago
  76. adb76fd Move cmdq_state into cmd-queue.c. by nicm · 4 years, 8 months ago
  77. 9a65102 Rename cmdq_shared to cmdq_state which will better reflect what it is by nicm · 4 years, 8 months ago
  78. 77d5b0c Store a key event not a mouse event in the shared data. by nicm · 4 years, 8 months ago
  79. 04cdd03 Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make its by nicm · 4 years, 8 months ago
  80. c20eb0c Make struct cmd local to cmd.c and move it out of tmux.h. by nicm · 4 years, 8 months ago
  81. a1fc8f8 More style nits. by nicm · 4 years, 8 months ago
  82. 315961f Some more, and use of wp->window before wp NULL check in format.c. by nicm · 4 years, 8 months ago
  83. 5d0eb61 Restore pane_current_path format from portable tmux, it is no longer by nicm · 4 years, 8 months ago
  84. 2a4714e Add session_path from Chris Ruegge in GitHub issue 2142. by nicm · 4 years, 8 months ago
  85. 3bbd66c Move alternate screen into the screen rather than the pane. by nicm · 4 years, 8 months ago
  86. e0b17e7 Add formats for top paste buffer by default. Also a tmux.1 fix from jmc. by nicm · 4 years, 8 months ago
  87. 1a4e64b Apply same menu items to view mode like copy mode. by nicm · 4 years, 8 months ago
  88. 06c3079 Make the mouse_word and mouse_line formats work in copy mode and enable by nicm · 4 years, 8 months ago
  89. e8273a9 Add a flag to run a background process in a pty as well, not used for by nicm · 4 years, 8 months ago
  90. c820585 Add some number operators for formats, from Tyler Culp. by nicm · 4 years, 9 months ago
  91. 58b47bf Fix top/bottom pane calculation with pane border status enabled, by nicm · 4 years, 10 months ago
  92. f165221 Reduce a difference with portable tmux by adding the -V flag and by nicm · 4 years, 10 months ago
  93. 193e637 The terminal type was never as much use as I expected so remove it in by nicm · 4 years, 11 months ago
  94. 88ee5b1 Pass correct value into iterator callback for time formats. by nicm · 4 years, 11 months ago
  95. 817d199 Add a number of new formats to inspect what sessions and clients a by nicm · 4 years, 11 months ago
  96. c5d74b1 Do not crash when a format doesn't exist, reported by Thomas Sattler. by nicm · 4 years, 12 months ago
  97. 2349b1d Make a best effort to set xpixel and ypixel for each pane and add by nicm · 4 years, 12 months ago
  98. 067604b Store xpixel/ypixel from TIOCGWINSZ and add formats. by nicm · 4 years, 12 months ago
  99. 1ebd8c1 Add p format modifier for padding to width. by nicm · 5 years ago
  100. 5d0504e Allow multiple substitutions in a single format. by nicm · 5 years ago