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