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