1. 72d905f Do not double free expanded path in source-file, also remove some by nicm · 3 years, 3 months ago
  2. c0048d6 Insert alias in the right place, GitHub issue 2842. by nicm · 3 years, 3 months ago
  3. 0084cbe Free value properly. by nicm · 3 years, 3 months ago
  4. 069f592 Preserve argument type in command and convert to string on demand. by nicm · 3 years, 3 months ago
  5. 326d2ef Pass typed arguments out of the parser into the arguments list and let by nicm · 3 years, 3 months ago
  6. 63b6eec Use new syntax for default key bindings. by nicm · 3 years, 3 months ago
  7. 5241dae Stop caring about empty commands, just treat as a null command. by nicm · 3 years, 3 months ago
  8. 68cacae Remove some members of struct cmd which are no longer used. by nicm · 3 years, 3 months ago
  9. c286fbd Preserve command group when moving temporary list to current list being buit. by nicm · 3 years, 3 months ago
  10. 110ba76 Rename a member to match what it will be in future. by nicm · 3 years, 3 months ago
  11. 08e6360 Add args parsing callback for some future work, currently unused. by nicm · 3 years, 3 months ago
  12. d371764 Wrap command argument definitions in their own struct. by nicm · 3 years, 3 months ago
  13. d589be6 A couple more spacing fixes. by nicm · 3 years, 3 months ago
  14. caa8703 Spacing tweaks. by nicm · 3 years, 3 months ago
  15. 5f32b7d Hide struct args behind a couple of accessor functions. by nicm · 3 years, 3 months ago
  16. de94a34 Add a couple of const and fix some warnings. by nicm · 3 years, 3 months ago
  17. c76b28d Remove some unnecessary blank lines. by nicm · 3 years, 3 months ago
  18. 90dd474 Expose args_value struct (will be needed soon) and add some missing frees. by nicm · 3 years, 3 months ago
  19. 6cbc83c Add a way to create an empty arguments set. by nicm · 3 years, 3 months ago
  20. e463e86 Remove stray spaces after function names. by nicm · 3 years, 3 months ago
  21. 01b13de Fill colour palette correctly from option for new panes, GitHub issue 2831. by nicm · 3 years, 3 months ago
  22. f984446 Actually parse contents of {} as a command and then convert to a string by nicm · 3 years, 3 months ago
  23. 3177d7b Add a helper function for actually parsing the command. by nicm · 3 years, 3 months ago
  24. 5413a73 Need to flatten arguments for aliases. by nicm · 3 years, 3 months ago
  25. 82836c7 Push the conversion of {} to string up out of the parser and into the by nicm · 3 years, 3 months ago
  26. 5fdea44 Treat a pane that has died the same as no pane when sending data to by nicm · 3 years, 3 months ago
  27. 66aaa9e Fix pipe-pane usage. by nicm · 3 years, 3 months ago
  28. 2b0d798 Do not block with incremental command prompt. by nicm · 3 years, 3 months ago
  29. 4f62aad Set the right session if detach-on-destroy is off. by nicm · 3 years, 3 months ago
  30. de9697b calloc for confirm-before data since the item needs to start NULL. by nicm · 3 years, 3 months ago
  31. 41ababd Be more sophisticated about enabling synchronized updates when there is by nicm · 3 years, 3 months ago
  32. 1a7eb6c Revert previous; this is not how it should work. by nicm · 3 years, 3 months ago
  33. 158f0e8 Start sync before drawing popup. by nicm · 3 years, 3 months ago
  34. 30786ab Some other missing palette NULL checks, from oss-fuzz. by nicm · 3 years, 3 months ago
  35. befe7cb Do not use NULL palette when clearing. by nicm · 3 years, 3 months ago
  36. 4cc6db7 Missing argument specifier for -c. by nicm · 3 years, 3 months ago
  37. 7d7d7c9 Tweak how mouse works on popup: only Meta alone resizes or moves, not by nicm · 3 years, 3 months ago
  38. 63aa968 Check callback needs to only return 0 (text should be suppressed) if by nicm · 3 years, 3 months ago
  39. 7a0cec5 Fill in some other bits on new panes. by nicm · 3 years, 3 months ago
  40. 2588c3e Add menu options to convert a popup into a pane. by nicm · 3 years, 3 months ago
  41. 92615b5 Adjust overlay check callback before drawing data from pty. by nicm · 3 years, 3 months ago
  42. 7789639 Add a menu when a popup is present (mouse only for now). by nicm · 3 years, 3 months ago
  43. 614611a Add -B flag to remove border from popup. by nicm · 3 years, 3 months ago
  44. 13a0da2 Break message type stuff out into its own header. by nicm · 3 years, 3 months ago
  45. 2bb0b9d Change focus to be driven by events rather than walking all panes at end by nicm · 3 years, 3 months ago
  46. a2b8506 Set return code for confirm-before and make command-prompt also block, by nicm · 3 years, 3 months ago
  47. e2f6f58 Make newline a style delimiter as well so they can cross multiple lines by nicm · 3 years, 3 months ago
  48. db91954 Now that styles can contain formats, they need to be expanded when by nicm · 3 years, 3 months ago
  49. 6feb8f6 Use COLOUR_DEFAULT not hardcoded 8. by nicm · 3 years, 3 months ago
  50. 9b00472 Evaluate styles with the pane variables. by nicm · 3 years, 3 months ago
  51. 5d45155 Restore saved cursor position after a ZWJ rather than recalculating it. by nicm · 3 years, 3 months ago
  52. 26773ea Do not dereference pane when it is NULL, fixes a crash when creating a by nicm · 3 years, 3 months ago
  53. 163908f Move hook format setup earlier and add a hook_client, GitHub issue 2809. by nicm · 3 years, 3 months ago
  54. 7eea3d7 Break the colour palette into a struct rather than just a single array by nicm · 3 years, 3 months ago
  55. 01fd4b9 Add pipe variants of the line copy commands. While here make the command by nicm · 3 years, 3 months ago
  56. 9013600 Return to applying pane-border-style to the area outside panes, GitHub by nicm · 3 years, 3 months ago
  57. 338ec85 Make confirm-before optionally block the invoking client like run-shell, by nicm · 3 years, 3 months ago
  58. f6755c6 OSC 52 can be long enough to make tmux think the output buffer is too by nicm · 3 years, 3 months ago
  59. be59884 Change copy-line and copy-end-of-line not to cancel and add -and-cancel by nicm · 3 years, 4 months ago
  60. 24cd685 Add basic support for zero width joiners, GitHub issues 1605 and 2784. by nicm · 3 years, 4 months ago
  61. 19812b2 Add client focus hooks. by nicm · 3 years, 4 months ago
  62. ef5602a Another minor fix - do not draw positions that are under the popup with by nicm · 3 years, 4 months ago
  63. 950d3c5 Tweak previous not to replace complete characters with spaces. by nicm · 3 years, 4 months ago
  64. 97b5962 Correctly draw wide characters that are partially obscured. by nicm · 3 years, 4 months ago
  65. 93cc8df Do not freeze output in panes when a popup is open, let them continue to by nicm · 3 years, 4 months ago
  66. 42490f4 Add a client-active hook, from ncfavier in GitHub issue 2803. by nicm · 3 years, 4 months ago
  67. e37aa45 Make window-linked and window-unlinked window options, GitHub issue 2790. by nicm · 3 years, 4 months ago
  68. 78ec057 Do not add height twice when calculating popup_mouse_top, from M Kelly. by nicm · 3 years, 4 months ago
  69. f0e0238 Do not close popups on resize, instead adjust them to fit, from Anindya by nicm · 3 years, 4 months ago
  70. 732c72c Move default value for TERM into tmux.h. by nicm · 3 years, 4 months ago
  71. 38c5788 Give #() commands a one second grace period where the output is empty by nicm · 3 years, 4 months ago
  72. df3fe2a Only use client for sizing when not detached, GitHub issue 2772. by nicm · 3 years, 4 months ago
  73. 51915b9 Fix mouse_word format now word-separators has no space and position of by nicm · 3 years, 5 months ago
  74. 32f2d9d Improve error reporting when the tmux /tmp directory cannot be created by nicm · 3 years, 5 months ago
  75. 35c2958 Forbid empty session names, GitHub issue 2758. by nicm · 3 years, 5 months ago
  76. 1d4296f Mention %1 under choose-tree also. by nicm · 3 years, 5 months ago
  77. a83fb81 Minor fixes to option descriptions. by nicm · 3 years, 5 months ago
  78. 9f3874e Pass Ctrl keys through as is when given as hex, GitHub issue 2724. by nicm · 3 years, 5 months ago
  79. 0d0683c fix some formatting errors; by jmc · 3 years, 6 months ago
  80. a35c897 Do not clear region based on current cursor position, this is not by nicm · 3 years, 6 months ago
  81. 1e879ef Feature for the mouse since FreeBSD termcap does not have kmous. by nicm · 3 years, 6 months ago
  82. 43514f4 Fix rectangle selection, from Anindya Mukherjee, GitHub issue 2709. by nicm · 3 years, 6 months ago
  83. 8d75542 Bump FORMAT_LOOOP_LIMIT and add a log message when hit, GitHub issue 2715. by nicm · 3 years, 6 months ago
  84. 3a5b576 Fix <= operator. by nicm · 3 years, 6 months ago
  85. 77b1290 More accurate vi(1) word navigation in copy mode and on the status line. by nicm · 3 years, 6 months ago
  86. 77bd6b9 Do not use NULL client when source-file finishes, GitHub issue 2707. by nicm · 3 years, 6 months ago
  87. 1bbdd2a Add -F for command-prompt and use it to fix "Rename" on the window menu, by nicm · 3 years, 6 months ago
  88. 73bf358 Do not expand the file given with -f so it can contain :s. by nicm · 3 years, 6 months ago
  89. f706a7e Remove old shift function keys which interfere with xterm keys now. by nicm · 3 years, 6 months ago
  90. cfc7c9c Fire check callback after cleaning up event so it does not get stuck, by nicm · 3 years, 6 months ago
  91. 8661176 Add different command historys for different types of prompts by nicm · 3 years, 6 months ago
  92. 6c65949 Fix warnings, from Jan Tache in GitHub issue 2692. by nicm · 3 years, 6 months ago
  93. 02a6b39 Improve logging of screen mode changes. by nicm · 3 years, 6 months ago
  94. f02a6c3 Move "special" keys into the Unicode PUA rather than making them top bit by nicm · 3 years, 6 months ago
  95. f9f97c8 Change cursor style handling so tmux understands which sequences contain by nicm · 3 years, 6 months ago
  96. 84e2216 Change resize timers and flags into one timer and a queue which is by nicm · 3 years, 6 months ago
  97. b573dbb Do not count client (and crash) if no window. by nicm · 3 years, 6 months ago
  98. 0c5cbbb Three changes to fix problems with xterm in VT340 mode, reported by by nicm · 3 years, 6 months ago
  99. 9f38a88 Include current client in size calculation for new sessions, GitHub issue 2662. by nicm · 3 years, 6 months ago
  100. 64c276c Add an "always" value to the extended-keys option to always forward by nicm · 3 years, 6 months ago