1. 9819470 Change format callback to return value rather than storing it in the entry. by nicm · 4 years, 6 months ago
  2. bbfb44e Make some data types consistent. by nicm · 4 years, 6 months ago
  3. d67245c Add a customize mode where keys and options may be browsed and changed, by nicm · 4 years, 6 months ago
  4. daa9581 Allow a custom time format to be given to the t format modifier. by nicm · 4 years, 6 months ago
  5. 367b4e4 Change message log to be per server rather than per client and include by nicm · 4 years, 6 months ago
  6. cf9badd Change the existing client flags for control mode to apply for any by nicm · 4 years, 6 months ago
  7. 0487029 Call format_defaults_window for panes as well. by nicm · 4 years, 6 months ago
  8. 0dd1944 Tweak the default choose modes formats: by nicm · 4 years, 6 months ago
  9. 662728d Add a session_marked format like window_marked. by nicm · 4 years, 7 months ago
  10. c91b4b2 Tidy up the terminal detection and feature code and add named sets of by nicm · 4 years, 7 months ago
  11. 4a93294 Use size_t not u_int for the bytes counters and fix a const missing. by nicm · 4 years, 7 months ago
  12. c875953 Use peek line function instead of hoking in the array directly. by nicm · 4 years, 7 months ago
  13. e153b92 Add formats for pane written/skipped bytes for debugging. by nicm · 4 years, 7 months ago
  14. 5ec80bd Move the UTF-8 flag to terminal flags. by nicm · 4 years, 7 months ago
  15. 3f7f9a0 Make client -c and -t handling common in cmd-queue.c and try to be by nicm · 4 years, 7 months ago
  16. adb76fd Move cmdq_state into cmd-queue.c. by nicm · 4 years, 7 months ago
  17. 9a65102 Rename cmdq_shared to cmdq_state which will better reflect what it is by nicm · 4 years, 7 months ago
  18. 77d5b0c Store a key event not a mouse event in the shared data. by nicm · 4 years, 7 months ago
  19. 04cdd03 Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make its by nicm · 4 years, 7 months ago
  20. c20eb0c Make struct cmd local to cmd.c and move it out of tmux.h. by nicm · 4 years, 7 months ago
  21. a1fc8f8 More style nits. by nicm · 4 years, 8 months ago
  22. 315961f Some more, and use of wp->window before wp NULL check in format.c. by nicm · 4 years, 8 months ago
  23. 5d0eb61 Restore pane_current_path format from portable tmux, it is no longer by nicm · 4 years, 8 months ago
  24. 2a4714e Add session_path from Chris Ruegge in GitHub issue 2142. by nicm · 4 years, 8 months ago
  25. 3bbd66c Move alternate screen into the screen rather than the pane. by nicm · 4 years, 8 months ago
  26. e0b17e7 Add formats for top paste buffer by default. Also a tmux.1 fix from jmc. by nicm · 4 years, 8 months ago
  27. 1a4e64b Apply same menu items to view mode like copy mode. by nicm · 4 years, 8 months ago
  28. 06c3079 Make the mouse_word and mouse_line formats work in copy mode and enable by nicm · 4 years, 8 months ago
  29. e8273a9 Add a flag to run a background process in a pty as well, not used for by nicm · 4 years, 8 months ago
  30. c820585 Add some number operators for formats, from Tyler Culp. by nicm · 4 years, 9 months ago
  31. 58b47bf Fix top/bottom pane calculation with pane border status enabled, by nicm · 4 years, 9 months ago
  32. f165221 Reduce a difference with portable tmux by adding the -V flag and by nicm · 4 years, 10 months ago
  33. 193e637 The terminal type was never as much use as I expected so remove it in by nicm · 4 years, 11 months ago
  34. 88ee5b1 Pass correct value into iterator callback for time formats. by nicm · 4 years, 11 months ago
  35. 817d199 Add a number of new formats to inspect what sessions and clients a by nicm · 4 years, 11 months ago
  36. c5d74b1 Do not crash when a format doesn't exist, reported by Thomas Sattler. by nicm · 4 years, 12 months ago
  37. 2349b1d Make a best effort to set xpixel and ypixel for each pane and add by nicm · 4 years, 12 months ago
  38. 067604b Store xpixel/ypixel from TIOCGWINSZ and add formats. by nicm · 4 years, 12 months ago
  39. 1ebd8c1 Add p format modifier for padding to width. by nicm · 4 years, 12 months ago
  40. 5d0504e Allow multiple substitutions in a single format. by nicm · 4 years, 12 months ago
  41. 5dfe9db Do not add path if it is NULL, duh. by nicm · 5 years ago
  42. f3dc38d Handle OSC 7 (a VTE extension) and put the result in a new format (pane_path). by nicm · 5 years ago
  43. f7fb5df Use the existing code in format.c to add foramts for word and line at by nicm · 5 years ago
  44. b598bbc Do not crash with pane_current_command if the pane is newly created and by nicm · 5 years ago
  45. 48c684c Mouse formats don't work in copy mode so don't try to use them. by nicm · 5 years ago
  46. a23ce1b Add window_marked_flag, GitHub issue 1887. by nicm · 5 years ago
  47. 4b7e97b Set up format tree for %if, GitHub issue 1896. by nicm · 5 years ago
  48. fc2016d Add a -H flag to send-keys to send literal keys given as hex numbers by nicm · 5 years ago
  49. 20b938b Expand arguments to C and s format modifiers (matches m which already expands). by nicm · 5 years ago
  50. 5f92f92 Add a per-pane option set. Pane options inherit from window options (so by nicm · 5 years ago
  51. ae54128 Expand command formats in %if and move the config file loading later (to by nicm · 5 years ago
  52. 03da0ce Use the right format modifier when comparing, and remove a couple of by nicm · 5 years ago
  53. eef11b6 Do not crash if the environment variable is present but empty. by nicm · 5 years ago
  54. 3e72e98 Add regular expression support for the format search, match and by nicm · 5 years ago
  55. 2c5f307 Fix warnings, from Ben Boeckel. by nicm · 5 years ago
  56. 799a154 Change display-menu from taking a single string to a set of arguments, by nicm · 5 years ago
  57. 94f6488 Go less crazy with horizontal separators on default menus. by nicm · 5 years ago
  58. 097973e Add keys for new menu items. by nicm · 6 years ago
  59. e90d4a6 Add formats for word and line under the mouse and use them to add some by nicm · 6 years ago
  60. 6431005 Add a way to append or prepend to a format if the length has been limited. by nicm · 6 years ago
  61. a65a6d6 Add <, >, <=, >= for formats, GitHub issue 1747. by nicm · 6 years ago
  62. 1b0512a Always include Lock in the menu. by nicm · 6 years ago
  63. d62fd78 Fix a typo in previous (, -> :). by nicm · 6 years ago
  64. 6dcca5f Add support for simple menus usable with mouse or keyboard. New command by nicm · 6 years ago
  65. 299b728 Add formats to show if pane is the marked pane and if any marked pane is set. by nicm · 6 years ago
  66. 9f75635 Allow panes to be empty (no command), output can be piped to them with by nicm · 6 years ago
  67. 32a81e1 Make options_tostring allocate its result instead of using a stack by nicm · 6 years ago
  68. d68a17a Free old strings after they have been expanded in format_choose. by nicm · 6 years ago
  69. 08bc226 Expand session and window formats for buffer filters. by nicm · 6 years ago
  70. 161b578 Add a cursor_character format. by nicm · 6 years ago
  71. 9793138 Extend the #[] style syntax and use that together with previous format by nicm · 6 years ago
  72. 2628af5 Add format variables for the default formats for the various modes by nicm · 6 years ago
  73. d2d4398 With force, kill previous job before starting new. Fixes problem by nicm · 6 years ago
  74. 33595a2 Copy recursion counter into new formats when looping. by nicm · 6 years ago
  75. f6d34f0 Only print format logging when the flag is set, even if also sending to log_debug. by nicm · 6 years ago
  76. 672c49d The pane and window loops need to pass the window and pane tags when by nicm · 6 years ago
  77. 2757881 Add a -v flag to display-message to show verbose messages as the format by nicm · 6 years ago
  78. 25e2e22 Add a limit on how far format_expand can recurse. by nicm · 6 years ago
  79. 10d60fa Store the time in the format tree rather than passing it around. by nicm · 6 years ago
  80. 4206bcc Add format flags for start and end window. by nicm · 6 years ago
  81. 38064e7 Add T format modifier like E but also do strftime(3). by nicm · 6 years ago
  82. 1416ceb Accept 0 time as a shorthand for now to format_expand_time. by nicm · 6 years ago
  83. 6dffbc4 Tweak format_replace logging. by nicm · 6 years ago
  84. 95ab1aa Add formats to list sessions, windows or panes. by nicm · 6 years ago
  85. 49f04a9 Apply length limits and substitution even to literal formats. by nicm · 6 years ago
  86. 9032ac2 Add E: format to expand a format twice (useful to expand the value of an by nicm · 6 years ago
  87. 71e00c7 Make format parsing build the modifiers into a list, standardize how by nicm · 6 years ago
  88. 3f6bfba Allow multiple modes to be open in a pane. A stack of open modes is kept by nicm · 6 years ago
  89. f98c66e Add a separate mode struct for the active window mode if any. by nicm · 6 years ago
  90. 7f093fc Make adding mode formats a function pointer as well. by nicm · 6 years ago
  91. 749f67b evbuffer_new and bufferevent_new can both fail (when malloc fails) and by nicm · 6 years ago
  92. 6469953 Support for windows larger than visible on the attached client. This has by nicm · 6 years ago
  93. 228e1a3 Use same working directory rules for jobs as new windows rather than by nicm · 6 years ago
  94. 79d2351 Memory leaks, from Gang Fan in GitHub issue 1453. by nicm · 6 years ago
  95. 1b4402c Add q: format prefix to escape sh(1) special characters. Suggested by by nicm · 6 years ago
  96. bceccc6 Move job struct into job.c. by nicm · 6 years ago
  97. 3bc08b0 Some tidying and helper functions. by nicm · 6 years ago
  98. 2fae6a5 Add accessors for grid linedata member, for some future work. From Dan Aloni. by nicm · 6 years ago
  99. a14aa78 Allow any punctuation (except :) as separator in s/x/y/, not only by nicm · 6 years ago
  100. d1f5142 If foo doesn't exist and can't be expanded in #{?foo,a,b} then assume it by nicm · 6 years ago