1. e25926d Merge branch 'obsd-master' by Thomas Adam · 1 year, 10 months ago
  2. 93b1b78 Extend display-message to work for control clients. GitHub issue 3449. by nicm · 1 year, 10 months ago
  3. 21e00e4 Merge branch 'obsd-master' by Thomas Adam · 1 year, 11 months ago
  4. a41a927 Query the client terminal for foreground and background colours and if by nicm · 1 year, 11 months ago
  5. 7cb48fc Do not escape tabs in output (iTerm2 needs them). GitHub issue 3414. by nicm · 1 year, 11 months ago
  6. 70ff8cf No vis.h in portable. by Nicholas Marriott · 1 year, 12 months ago
  7. 7e497c7 Process escape sequences in show-buffer, GitHub issue 3401. by nicm · 1 year, 12 months ago
  8. cd89000 Add a way for lines added to copy mode to be passed through the parser by nicm · 2 years, 6 months ago
  9. 5241dae Stop caring about empty commands, just treat as a null command. 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. 5f32b7d Hide struct args behind a couple of accessor functions. by nicm · 3 years, 3 months ago
  12. 90dd474 Expose args_value struct (will be needed soon) and add some missing frees. by nicm · 3 years, 3 months ago
  13. 163908f Move hook format setup earlier and add a hook_client, GitHub issue 2809. by nicm · 3 years, 3 months ago
  14. e6abe55 Add a flag to disable keys to close a message, GitHub issue 2625. by nicm · 3 years, 7 months ago
  15. 71fc9f3 Add a current_file format for the config file being parsed. Originally by nicm · 3 years, 8 months ago
  16. 33046ec Ignore running command when checking for no-hooks flag if it is blocked. by nicm · 3 years, 12 months ago
  17. 40e65c5 Add a -d option to display-message to set delay, from theonekeyg at by nicm · 4 years, 4 months ago
  18. a54a88e Instead of sending all data to control mode clients as fast as possible, by nicm · 4 years, 6 months ago
  19. 292b335 Separate key flags and modifiers, log key flags, make the "xterm" flag by nicm · 4 years, 6 months ago
  20. 303d342 Add a client flag 'active-pane' which stores the active pane in the by nicm · 4 years, 6 months ago
  21. c914abf Expand target from client and use it to expand the prompt. by nicm · 4 years, 6 months ago
  22. 472d77f Support embedded styles in the display-message message, GitHub issue 2206. by nicm · 4 years, 6 months ago
  23. 367b4e4 Change message log to be per server rather than per client and include by nicm · 4 years, 6 months ago
  24. beb214b Add formats for after hook command arguments. by nicm · 4 years, 6 months ago
  25. 906dfe9 Fix a couple of memory leaks, one when creating a new pane and one when by nicm · 4 years, 7 months ago
  26. 63ec791 Provide an accessor for the running queue item and use it to not let by nicm · 4 years, 7 months ago
  27. 3f7f9a0 Make client -c and -t handling common in cmd-queue.c and try to be by nicm · 4 years, 7 months ago
  28. 3f86d6d When adding a list of commands to the queue, instead of automatically by nicm · 4 years, 7 months ago
  29. adb76fd Move cmdq_state into cmd-queue.c. by nicm · 4 years, 7 months ago
  30. 9a65102 Rename cmdq_shared to cmdq_state which will better reflect what it is by nicm · 4 years, 7 months ago
  31. 77d5b0c Store a key event not a mouse event in the shared data. by nicm · 4 years, 7 months ago
  32. 53d6b94 Move the NOHOOKS flag into the shared flags. by nicm · 4 years, 7 months ago
  33. 04cdd03 Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make its by nicm · 4 years, 7 months ago
  34. c20eb0c Make struct cmd local to cmd.c and move it out of tmux.h. by nicm · 4 years, 7 months ago
  35. c0602f3 Now that copy mode copies the pane content rather than keeping a by nicm · 4 years, 8 months ago
  36. c9b9b0c Stop logging the entire command queue every time we add something, by nicm · 4 years, 8 months ago
  37. 7c6c66c Send errors to stdout in control mode so they don't get reordered with by nicm · 4 years, 11 months ago
  38. 1764f66 When adding a list with multiple commands to the queue, the next item to by nicm · 4 years, 11 months ago
  39. f8cb759 Use the message that has already been built rather than the va_list. by nicm · 4 years, 11 months ago
  40. c284ebe Rewrite the code for reading and writing files. Now, if the client is by nicm · 4 years, 12 months ago
  41. 4b7e97b Set up format tree for %if, GitHub issue 1896. by nicm · 5 years ago
  42. 9272fe3 Add a cmdq_continue function rather than twiddling the flag directly. by nicm · 5 years ago
  43. 2c5f307 Fix warnings, from Ben Boeckel. by nicm · 5 years ago
  44. c17edd5 The line number needs to be updated only after the \n is processed by by nicm · 5 years ago
  45. 207789d Client name can actually be NULL, so use address in that case. by nicm · 6 years ago
  46. d7586d3 Use client name when logging command queue. by nicm · 6 years ago
  47. 3e3eb1d Don't remove group items for group 0 (no group). by nicm · 6 years ago
  48. 723010b Replace the split parser code (cfg.c and cmd-string.c) with a single by nicm · 6 years ago
  49. e128c7f Replace the various identical error callbacks with a single one in cmd-queue.c. by nicm · 6 years ago
  50. 82ebd98 Move the single command flag (CMD_CONTROL) into the shared flags. by nicm · 6 years ago
  51. e8e4f4e Insert after the right element on queue. by nicm · 6 years ago
  52. cf6075f Correct ordering when adding after an existing item. by nicm · 6 years ago
  53. dfb7bb6 Merge hooks into options and make each one an array option. This allows by nicm · 6 years ago
  54. 78287e2 Break new window and pane creation common code from various commands and by nicm · 6 years ago
  55. 3f6bfba Allow multiple modes to be open in a pane. A stack of open modes is kept by nicm · 6 years ago
  56. de730f6 Make the mode used to view command output (a variant of copy mode) use by nicm · 6 years ago
  57. 3c24bc5 Tidy changing the mode into window_copy_init_for_output. by nicm · 6 years ago
  58. 17cf1b2 Pass flags into cmd_find_from_* to fix prefer-unattached, reported by by nicm · 7 years ago
  59. a67df17 Tweak some logging. by nicm · 7 years ago
  60. aad4e4d Rewrite of choose mode, both to simplify and tidy the code and to add by nicm · 7 years ago
  61. 0ccfb61 In order that people can use formats like #D in #() in the status line by nicm · 8 years ago
  62. ee45a8a Get rid of the extra layer of flags and cmd_prepare() and just store the by nicm · 8 years ago
  63. c8ecbf3 Log error properly when no current state, and some other minor tweaks. by nicm · 8 years ago
  64. c68ceca Clear shared state if not filling it in. by nicm · 8 years ago
  65. efaf4c1 Make the cmd_find_* functions more obvious when looking for a client, by nicm · 8 years ago
  66. 3c87623 Style nits and an unused struct. by nicm · 8 years ago
  67. bba5887 Store state shared between multiple commands in the queue in a shared structure. by nicm · 8 years ago
  68. 7d23d01 Add a window or pane id "tag" to each format tree and use it to separate by nicm · 8 years ago
  69. 9a56671 Highlight all occurrences of search string after searching in copy mode. by nicm · 8 years ago
  70. 2e5c49a Give each item on queue a name for better logging. by nicm · 8 years ago
  71. 3f35b52 Provide a way for hooks to tag formats onto the commands they fire so by nicm · 8 years ago
  72. b342bd0 Mass rename struct cmd_q to struct cmdq_item and related. by nicm · 8 years ago
  73. ddc4512 Rewrite command queue handling. Each client still has a command queue, by nicm · 8 years ago
  74. 9b3ae84 Drain notifys once at the end of the server loop instead of doing it by nicm · 8 years ago
  75. 1721d19 source-file and some other commands can recurse back into cmdq_continue, by nicm · 8 years ago
  76. 4289a1e Trying to do hooks generically is way too complicated and unreliable and by nicm · 8 years ago
  77. 4d9e6ea Some improvements and bug fixes for hooks: by nicm · 8 years ago
  78. e454018 Add static in window-*.c and move some internal functions out of tmux.h. by nicm · 8 years ago
  79. bb5798a Couple of vasprintf -> xvasprintf. by nicm · 8 years ago
  80. 0d84fdd Final parts of command hooks, add before- and after- hooks to each command. by nicm · 9 years ago
  81. b5b5221 Split out getting the current state from the target search so it can be by nicm · 9 years ago
  82. 995af0e I no longer use my SourceForge address so replace it. by nicm · 9 years ago
  83. 021c643 Add infrastructure to work out the best target given a pane or window by nicm · 9 years ago
  84. 208e2da If command returns error, report it. by nicm · 9 years ago
  85. 4a4daf1 Instead of every command resolving the target (-t or -s) itself, prepare by nicm · 9 years ago
  86. 6a2ca34 Do not set a limit on the length of commands when printing them. by nicm · 9 years ago
  87. c56b81a Push stdout and stderr to clients more aggressively, and add an event to by nicm · 9 years ago
  88. c41673f If we know the terminal outside tmux is not UTF-8, replace UTF-8 in by nicm · 9 years ago
  89. 0760343 Use client pointer not file descriptor in logging. by nicm · 9 years ago
  90. c1d0b6a Log when cmdq_continue is called. by nicm · 9 years ago
  91. a4b4b29 Rename cmd_q dead flag to a general flags bitmask (will be more flags later). by nicm · 9 years ago
  92. 84f0622 Break cmdq_continue inner loop into a helper function. by nicm · 9 years ago
  93. bf635e7 Rewrite of tmux mouse support which was a mess. Instead of having by nicm · 10 years ago
  94. 4d05d88 Take a reference to prevent cmdq being freed during the command. Can by nicm · 10 years ago
  95. e5d9cef There is no need to save the guard state because the function checks it by nicm · 10 years ago
  96. b496b1f Move cfg_causes local into cfg.c and remove struct causelist. by nicm · 10 years ago
  97. 85671a5 Save next item after firing command in case it has added to the queue. by nicm · 10 years ago
  98. 0a1a88d Better format for printf format attributes. by nicm · 10 years ago
  99. 4e956d5 Various minor style and spacing nits. by nicm · 10 years ago
  100. 2740490 Remove the "info" message mechanism, this was only used for about five by nicm · 11 years ago