1. f10854c Add a missing error message which causes an invalid layout name to crash. by nicm · 1 year, 10 months ago
  2. 993e7a9 Tweak note for D key binding, from Clark Wang. by nicm · 1 year, 10 months ago
  3. e7e112f Too many \s in example, GitHub issue 3445. by nicm · 1 year, 10 months ago
  4. 3aa458e Add a flag to display-menu to select the manu item chosen first, GitHub by nicm · 1 year, 10 months ago
  5. 9789ea3 Support -1 without -N for list-keys. by nicm · 1 year, 10 months ago
  6. d578cf8 Update palette when moving a pane, GitHub issue 3437. by nicm · 1 year, 10 months ago
  7. eb1f8d7 Mark keys sent by command and skip paste handling for them. by nicm · 1 year, 10 months ago
  8. 483cc77 Have tmux recognise pasted texts wrapped in bracket paste sequences, by nicm · 1 year, 11 months ago
  9. b418926 Fix behaviour with \007 (used the wrong tree for last change). by nicm · 1 year, 11 months ago
  10. c0031f8 Accept \007 as terminator to OSC 10 or 11. by nicm · 1 year, 11 months ago
  11. 565de3f Fix parsing of optional arguments so that and accept a - starting an argument. by nicm · 1 year, 11 months ago
  12. 7c0789d Have client return 1 if process is interrupted to an input pane. by nicm · 1 year, 11 months ago
  13. 7ced0a0 Restore code to handle wcwidth failure so that unknown codepoints still by nicm · 1 year, 11 months ago
  14. cb51942 Quotes are now required in select-layout example. by nicm · 1 year, 11 months ago
  15. 09afc6c If a pane is killed, cancel reading from the file. GitHub issue 3422. by nicm · 1 year, 11 months ago
  16. a41a927 Query the client terminal for foreground and background colours and if by nicm · 1 year, 11 months ago
  17. 3fe01ff spelling fixes; from paul tagliamonte amendments to his diff are noted on tech by jmc · 1 year, 11 months ago
  18. b5ab4d2 Denote multiple arguments with 'arg ...' not 'args' by kn · 1 year, 11 months ago
  19. 4d79d46 Allow send-keys without a client again, reported by Stefan Hagen. by nicm · 1 year, 11 months ago
  20. 7cb48fc Do not escape tabs in output (iTerm2 needs them). GitHub issue 3414. by nicm · 1 year, 12 months ago
  21. 8bd17bf Make U+FE0F VARIATION SELECTOR-16 change the width from 1 to 2. GitHub by nicm · 1 year, 12 months ago
  22. 3b3f420 Add send-keys -K to handle keys directly as if typed (so look up in key by nicm · 1 year, 12 months ago
  23. 7e497c7 Process escape sequences in show-buffer, GitHub issue 3401. by nicm · 1 year, 12 months ago
  24. 20da167 Tweak previous to set and log the feature instead of just setting the flag. by nicm · 2 years, 1 month ago
  25. fe475bd Parse primary device attributes as well as secondary and add a SIXEL by nicm · 2 years, 1 month ago
  26. 079f48e Document alternative delimiters for substitution, from Jim Wisniewski. by nicm · 2 years, 1 month ago
  27. 48f41e4 - sort options; from josiah frentsos ok nicm by jmc · 2 years, 1 month ago
  28. f86eba2 Fix C-S-Tab without extended keys, from Aaron Jensen. by nicm · 2 years, 1 month ago
  29. 77c1353 Unescape the string for the literal operator (l:) so special characters work. by nicm · 2 years, 1 month ago
  30. 17290b9 If there are no buffers, reset mode as soon as any key pressed. Fixes by nicm · 2 years, 1 month ago
  31. 3be3695 Add a -l flag to display-message to disable format expansion, from Aaron by nicm · 2 years, 1 month ago
  32. 9614f51 Instead of always setting the extended flag, set it only when searching. by nicm · 2 years, 1 month ago
  33. 2d08235 Add modified Tab key sequences, from Aaron Jensen, GitHub issue 3368. by nicm · 2 years, 1 month ago
  34. 2291045 Use active pane in target window not current window for +/-. GitHub issue 3370. by nicm · 2 years, 1 month ago
  35. 8edece2 Add paste-buffer-deleted notification and fix name of paste-buffer-changed. by nicm · 2 years, 1 month ago
  36. c2580cf Initialize context before testing it. by nicm · 2 years, 1 month ago
  37. 2111142 Fix a memory leak, from Japin Li in GitHub issue 3358. by nicm · 2 years, 1 month ago
  38. 0fc961b Do not fire redraw callback if NULL. by nicm · 2 years, 1 month ago
  39. ff2766b Preserve marked pane when renumbering windows. by nicm · 2 years, 1 month ago
  40. a10452b Add scroll-top and scroll-bottom commands to scroll so cursor is at top by nicm · 2 years, 2 months ago
  41. 9cc8e40 Add a -T flag to capture-pane to stop at the last used cell instead of by nicm · 2 years, 2 months ago
  42. a2cc601 Don't use options from pane if pane is NULL. by nicm · 2 years, 3 months ago
  43. 9ab1ba3 Use correct option name. by nicm · 2 years, 3 months ago
  44. f03c3ca Add message-line option to control where message and prompt go, from by nicm · 2 years, 3 months ago
  45. 68dc9af Fix window size report, from Vincent Bernat. by nicm · 2 years, 3 months ago
  46. e867528 Check for NULL returns from bufferevent_new. by nicm · 2 years, 3 months ago
  47. 416c27c Add scroll-middle copy mode command to make cursor line in the middle, by nicm · 2 years, 3 months ago
  48. 7c2dcd7 Notify when a paste buffer is deleted, GitHub issue 3302 from George Nachman. by nicm · 2 years, 3 months ago
  49. 03149bf Add a Nobr terminfo capability to tell tmux the terminal does not use by nicm · 2 years, 3 months ago
  50. 497021d Add some const, from Markus F X J Oberhumer. by nicm · 2 years, 3 months ago
  51. cfdc5b6 Don't stop at first match when updating environment. by nicm · 2 years, 3 months ago
  52. e139f97 vi(1) Home/End bindings, from Markus F X J Oberhumer. by nicm · 2 years, 4 months ago
  53. 273577b Fix check of home directory (&& not ||), from Markus F X J Oberhumer, by nicm · 2 years, 4 months ago
  54. de5cd54 Change g and G to go to top and bottom of menu, GitHub issue 3286. by nicm · 2 years, 4 months ago
  55. c6e7568 Do not crash when searching for .* with extremely long lines. Reported by nicm · 2 years, 4 months ago
  56. 42ba6c1 Add a third state "all" to allow-passthrough to work even in invisible by nicm · 2 years, 4 months ago
  57. 33c5910 Fix validation of missing percentage arguments. by nicm · 2 years, 4 months ago
  58. 36d9040 -u is no longer equivalent to -TUTF-8 so don't say it is. by nicm · 2 years, 4 months ago
  59. a8da247 Clear marks when the search string changes. From Anindya Mukherjee, by nicm · 2 years, 4 months ago
  60. ee431d4 Do not ignore the "off" flag when checking if a pane should be stopped, by nicm · 2 years, 4 months ago
  61. 86dfbda Process modifiers as bits rather than using a switch, from Koichi Murase. by nicm · 2 years, 4 months ago
  62. 3c65475 Fix memory leak, from Gabriel Souza Franco. by nicm · 2 years, 4 months ago
  63. 1afe220 Show config errors on attach if they were not shown when the session by nicm · 2 years, 5 months ago
  64. a39827a Remove debugging code. by nicm · 2 years, 5 months ago
  65. 9e03df5 Defer reading from control client until the command line command has completed. by nicm · 2 years, 5 months ago
  66. dd602ea Mention whether time is creation/activity for sort orders. by nicm · 2 years, 5 months ago
  67. d0d2c39 Support hyperlinks with capture-pane -e and add a mouse_hyperlink by nicm · 2 years, 5 months ago
  68. 9360e0e Sort panes by index not by ID, GitHub issue 3249. by nicm · 2 years, 5 months ago
  69. cdacc12 Add support for OSC 8 hyperlinks (a VTE extension now supported by other by nicm · 2 years, 5 months ago
  70. b22edcf Tweak previous - find end of style correctly. by nicm · 2 years, 5 months ago
  71. 786cff8 Do not expand single character format aliases inside #[] since they by nicm · 2 years, 5 months ago
  72. 9c89f7c Store time lines are scrolled into history and display in copy mode. by nicm · 2 years, 5 months ago
  73. a888ce9 Do not display configuration file errors in a pane when in control mode, by nicm · 2 years, 5 months ago
  74. d9f8485 Check cursor options when a pane is created, not just when they are changed. by nicm · 2 years, 5 months ago
  75. 7cee982 Keep cursor on selected item on menu (useful for blind people), GitHub by nicm · 2 years, 5 months ago
  76. 616bde0 kf* terminfo capabilities are poorly defined and rxvt uses them in a by nicm · 2 years, 6 months ago
  77. 42ddf02 Fix size of flags output buffer. by nicm · 2 years, 6 months ago
  78. 18a5835 Ignore OSC if the first argument is not properly terminated. by nicm · 2 years, 6 months ago
  79. ccc9dc3 If an application gives the first parameter to OSC 52, validate and pass by nicm · 2 years, 6 months ago
  80. c07d582 Expand arguments to some commands where it makes sense, GitHub issue by nicm · 2 years, 6 months ago
  81. 020c403 When picking a buffer because one isn't specified by the user, ignore by nicm · 2 years, 6 months ago
  82. 3edda3c Do not unintentionally turn off all mouse mode when button is also present. by nicm · 2 years, 6 months ago
  83. 18838fb Do not attempt to use client in config file (it will be NULL), GitHub by nicm · 2 years, 6 months ago
  84. 0f6227f When deleting or renaming a buffer and a buffer name is specified, by nicm · 2 years, 6 months ago
  85. 201a8d8 If escape-time is 0, force to 1 instead - not waiting at all is asking by nicm · 2 years, 6 months ago
  86. 74fb959 Add a missing space. by nicm · 2 years, 6 months ago
  87. 86a184b Trim menu item text correctly, GitHub issue 3197. by nicm · 2 years, 6 months ago
  88. 58c8ea1 Remove duplicates from completion list, GitHub issue 3178. by nicm · 2 years, 6 months ago
  89. 2f2bb82 Add pane_start_path to match start_command. by nicm · 2 years, 6 months ago
  90. 6a5d210 Set PWD so shells have a hint about the real path (this was done before by nicm · 2 years, 6 months ago
  91. 384f0ee Fix property name from Sergei Dyshel, and a typo from imcusg at gmail dot com. by nicm · 2 years, 6 months ago
  92. 006a529 Check if args_strtonum argument is NULL or not a string, from Anindya Mukherjee. by nicm · 2 years, 6 months ago
  93. af1496b Do not allow pipe-pane on dead panes, from Anindya Mukherjee, GitHub issue 3174. by nicm · 2 years, 6 months ago
  94. 2b60ff5 If a mouse position was above the maximum supported by the normal mouse by nicm · 2 years, 6 months ago
  95. cd89000 Add a way for lines added to copy mode to be passed through the parser by nicm · 2 years, 6 months ago
  96. 20b0b38 iTerm2 has OSC 7, from Gregory Anders. by nicm · 2 years, 6 months ago
  97. 0a8f356 Spacing/style nits. by nicm · 2 years, 6 months ago
  98. af61181 Emit window-layout-changed on swap-pane, from George Nachman. by nicm · 2 years, 6 months ago
  99. 4ae2c64 Better error reporting when applying custom layouts. by nicm · 2 years, 6 months ago
  100. cd692b5 Add an ACL list for users connecting to the tmux socket. Users may be by nicm · 2 years, 6 months ago