1. 2a4714e Add session_path from Chris Ruegge in GitHub issue 2142. by nicm · 4 years, 8 months ago
  2. 3bbd66c Move alternate screen into the screen rather than the pane. by nicm · 4 years, 8 months ago
  3. e0b17e7 Add formats for top paste buffer by default. Also a tmux.1 fix from jmc. by nicm · 4 years, 8 months ago
  4. 1a4e64b Apply same menu items to view mode like copy mode. by nicm · 4 years, 8 months ago
  5. 06c3079 Make the mouse_word and mouse_line formats work in copy mode and enable by nicm · 4 years, 8 months ago
  6. e8273a9 Add a flag to run a background process in a pty as well, not used for by nicm · 4 years, 8 months ago
  7. c820585 Add some number operators for formats, from Tyler Culp. by nicm · 4 years, 9 months ago
  8. 58b47bf Fix top/bottom pane calculation with pane border status enabled, by nicm · 4 years, 9 months ago
  9. f165221 Reduce a difference with portable tmux by adding the -V flag and by nicm · 4 years, 10 months ago
  10. 193e637 The terminal type was never as much use as I expected so remove it in by nicm · 4 years, 11 months ago
  11. 88ee5b1 Pass correct value into iterator callback for time formats. by nicm · 4 years, 11 months ago
  12. 817d199 Add a number of new formats to inspect what sessions and clients a by nicm · 4 years, 11 months ago
  13. c5d74b1 Do not crash when a format doesn't exist, reported by Thomas Sattler. by nicm · 4 years, 12 months ago
  14. 2349b1d Make a best effort to set xpixel and ypixel for each pane and add by nicm · 4 years, 12 months ago
  15. 067604b Store xpixel/ypixel from TIOCGWINSZ and add formats. by nicm · 4 years, 12 months ago
  16. 1ebd8c1 Add p format modifier for padding to width. by nicm · 4 years, 12 months ago
  17. 5d0504e Allow multiple substitutions in a single format. by nicm · 4 years, 12 months ago
  18. 5dfe9db Do not add path if it is NULL, duh. by nicm · 5 years ago
  19. f3dc38d Handle OSC 7 (a VTE extension) and put the result in a new format (pane_path). by nicm · 5 years ago
  20. f7fb5df Use the existing code in format.c to add foramts for word and line at by nicm · 5 years ago
  21. b598bbc Do not crash with pane_current_command if the pane is newly created and by nicm · 5 years ago
  22. 48c684c Mouse formats don't work in copy mode so don't try to use them. by nicm · 5 years ago
  23. a23ce1b Add window_marked_flag, GitHub issue 1887. by nicm · 5 years ago
  24. 4b7e97b Set up format tree for %if, GitHub issue 1896. by nicm · 5 years ago
  25. fc2016d Add a -H flag to send-keys to send literal keys given as hex numbers by nicm · 5 years ago
  26. 20b938b Expand arguments to C and s format modifiers (matches m which already expands). by nicm · 5 years ago
  27. 5f92f92 Add a per-pane option set. Pane options inherit from window options (so by nicm · 5 years ago
  28. ae54128 Expand command formats in %if and move the config file loading later (to by nicm · 5 years ago
  29. 03da0ce Use the right format modifier when comparing, and remove a couple of by nicm · 5 years ago
  30. eef11b6 Do not crash if the environment variable is present but empty. by nicm · 5 years ago
  31. 3e72e98 Add regular expression support for the format search, match and by nicm · 5 years ago
  32. 2c5f307 Fix warnings, from Ben Boeckel. by nicm · 5 years ago
  33. 799a154 Change display-menu from taking a single string to a set of arguments, by nicm · 5 years ago
  34. 94f6488 Go less crazy with horizontal separators on default menus. by nicm · 5 years ago
  35. 097973e Add keys for new menu items. by nicm · 6 years ago
  36. e90d4a6 Add formats for word and line under the mouse and use them to add some by nicm · 6 years ago
  37. 6431005 Add a way to append or prepend to a format if the length has been limited. by nicm · 6 years ago
  38. a65a6d6 Add <, >, <=, >= for formats, GitHub issue 1747. by nicm · 6 years ago
  39. 1b0512a Always include Lock in the menu. by nicm · 6 years ago
  40. d62fd78 Fix a typo in previous (, -> :). by nicm · 6 years ago
  41. 6dcca5f Add support for simple menus usable with mouse or keyboard. New command by nicm · 6 years ago
  42. 299b728 Add formats to show if pane is the marked pane and if any marked pane is set. by nicm · 6 years ago
  43. 9f75635 Allow panes to be empty (no command), output can be piped to them with by nicm · 6 years ago
  44. 32a81e1 Make options_tostring allocate its result instead of using a stack by nicm · 6 years ago
  45. d68a17a Free old strings after they have been expanded in format_choose. by nicm · 6 years ago
  46. 08bc226 Expand session and window formats for buffer filters. by nicm · 6 years ago
  47. 161b578 Add a cursor_character format. by nicm · 6 years ago
  48. 9793138 Extend the #[] style syntax and use that together with previous format by nicm · 6 years ago
  49. 2628af5 Add format variables for the default formats for the various modes by nicm · 6 years ago
  50. d2d4398 With force, kill previous job before starting new. Fixes problem by nicm · 6 years ago
  51. 33595a2 Copy recursion counter into new formats when looping. by nicm · 6 years ago
  52. f6d34f0 Only print format logging when the flag is set, even if also sending to log_debug. by nicm · 6 years ago
  53. 672c49d The pane and window loops need to pass the window and pane tags when by nicm · 6 years ago
  54. 2757881 Add a -v flag to display-message to show verbose messages as the format by nicm · 6 years ago
  55. 25e2e22 Add a limit on how far format_expand can recurse. by nicm · 6 years ago
  56. 10d60fa Store the time in the format tree rather than passing it around. by nicm · 6 years ago
  57. 4206bcc Add format flags for start and end window. by nicm · 6 years ago
  58. 38064e7 Add T format modifier like E but also do strftime(3). by nicm · 6 years ago
  59. 1416ceb Accept 0 time as a shorthand for now to format_expand_time. by nicm · 6 years ago
  60. 6dffbc4 Tweak format_replace logging. by nicm · 6 years ago
  61. 95ab1aa Add formats to list sessions, windows or panes. by nicm · 6 years ago
  62. 49f04a9 Apply length limits and substitution even to literal formats. by nicm · 6 years ago
  63. 9032ac2 Add E: format to expand a format twice (useful to expand the value of an by nicm · 6 years ago
  64. 71e00c7 Make format parsing build the modifiers into a list, standardize how by nicm · 6 years ago
  65. 3f6bfba Allow multiple modes to be open in a pane. A stack of open modes is kept by nicm · 6 years ago
  66. f98c66e Add a separate mode struct for the active window mode if any. by nicm · 6 years ago
  67. 7f093fc Make adding mode formats a function pointer as well. by nicm · 6 years ago
  68. 749f67b evbuffer_new and bufferevent_new can both fail (when malloc fails) and by nicm · 6 years ago
  69. 6469953 Support for windows larger than visible on the attached client. This has by nicm · 6 years ago
  70. 228e1a3 Use same working directory rules for jobs as new windows rather than by nicm · 6 years ago
  71. 79d2351 Memory leaks, from Gang Fan in GitHub issue 1453. by nicm · 6 years ago
  72. 1b4402c Add q: format prefix to escape sh(1) special characters. Suggested by by nicm · 6 years ago
  73. bceccc6 Move job struct into job.c. by nicm · 6 years ago
  74. 3bc08b0 Some tidying and helper functions. by nicm · 6 years ago
  75. 2fae6a5 Add accessors for grid linedata member, for some future work. From Dan Aloni. by nicm · 6 years ago
  76. a14aa78 Allow any punctuation (except :) as separator in s/x/y/, not only by nicm · 6 years ago
  77. d1f5142 If foo doesn't exist and can't be expanded in #{?foo,a,b} then assume it by nicm · 6 years ago
  78. 2a04665 Allow escaping , and } with # in #{}; GitHub issue 1332. by nicm · 7 years ago
  79. 3dceddd Change how display-message uses the client. Originally it was only by nicm · 7 years ago
  80. 19f3a5c Add a missing client-detached hook when the server shuts down, and do by nicm · 7 years ago
  81. ab6f0bb Do not leak memory when working out job name in formats. by nicm · 7 years ago
  82. 17d4c39 Discard all but the last line when reading from a #() command - the by nicm · 7 years ago
  83. 17655e5 Format for group list of "other sessions" is a bit weird, just list all by nicm · 7 years ago
  84. 95850e1 Tweak previous slightly so that current session is chosen if it is in by nicm · 7 years ago
  85. c1f62f1 Only show the first member of session groups in tree mode (-G flag disables). by nicm · 7 years ago
  86. a5fd578 Show exit status and time in the remain-on-exit pane text, mostly from by nicm · 7 years ago
  87. 5dd5543 Add -F to choose-tree, choose-client, choose-buffer to specify the by nicm · 7 years ago
  88. 6f9b965 Add selection_present format so commands in copy mode can use it, GitHub by nicm · 7 years ago
  89. 3df7c91 Add pane_at_left/right/top/bottom formats, from Amos Bird. by nicm · 7 years ago
  90. 9913cce Add a pane_pipe format to show if pipe-pane is active, GitHub issue 990. by nicm · 7 years ago
  91. 248aa54 Style and spacing nits. by nicm · 7 years ago
  92. aad4e4d Rewrite of choose mode, both to simplify and tidy the code and to add by nicm · 7 years ago
  93. a2ace9d Add ||, && format operators and C: to search pane content. by nicm · 7 years ago
  94. 1257501 Add m: for fnmatch(3) format matching. by nicm · 7 years ago
  95. f688653 Remove an unused variable. by nicm · 8 years ago
  96. 5d3cf2f Only redraw single client, and tweak some logging. by nicm · 8 years ago
  97. 7d3e2c8 Store copy mode search string in pane so search-again command works even by nicm · 8 years ago
  98. 5fee463 Add a format for the name of the pane's mode, lets it be used as a by nicm · 8 years ago
  99. 2fef10b Add some formats to look at the session window stack, suggested by Scott by nicm · 8 years ago
  100. ca6a121 Add a format for the last search string in copy mode and fix the prompt by nicm · 8 years ago