Age | Commit message (Expand) | Author |
2020-04-13 | Store a key event not a mouse event in the shared data. | Nicholas Marriott |
2020-04-13 | Move the NOHOOKS flag into the shared flags. | Nicholas Marriott |
2020-04-13 | spelling fix; | Jason McIntyre |
2020-04-13 | Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make its | Nicholas Marriott |
2020-04-13 | Make struct cmd local to cmd.c and move it out of tmux.h. | Nicholas Marriott |
2020-04-13 | Change so that the appropriate hooks for windows and panes belong to | Nicholas Marriott |
2020-04-12 | Print empty arguments properly. | Nicholas Marriott |
2020-04-12 | Mention RGB, pointed out by Jody Frankowski. | Nicholas Marriott |
2020-04-12 | Add a -f filter argument to the list commands like choose-tree. | Nicholas Marriott |
2020-04-12 | Clarify a couple of style options. | Nicholas Marriott |
2020-04-11 | add space between macro arg and punctuation; | Jason McIntyre |
2020-04-11 | Refactor private key parsing. Eliminates a fair bit of duplicated | Damien Miller |
2020-04-10 | Remove unused define, also a man fix from jmc. | Nicholas Marriott |
2020-04-10 | Now that copy mode copies the pane content rather than keeping a | Nicholas Marriott |
2020-04-10 | Add TOKEN percent expansion to LocalFoward and RemoteForward when used | Darren Tucker |
2020-04-09 | More style nits. | Nicholas Marriott |
2020-04-09 | Account for environment when computing maximum space used for args | Jeremie Courreges-Anglas |
2020-04-09 | Fix history-bottom to use the right line when working out the length. | Nicholas Marriott |
2020-04-09 | Some minor style nits. | Nicholas Marriott |
2020-04-09 | Tweak how the default size is worked out so it is more obvious. | Nicholas Marriott |
2020-04-09 | A couple of other redundant checks/assignments. | Nicholas Marriott |
2020-04-09 | Do not try to use the client if the item containing it is NULL. | Nicholas Marriott |
2020-04-09 | Some more, and use of wp->window before wp NULL check in format.c. | Nicholas Marriott |
2020-04-09 | Some unnecessary assignments and unused variables. | Nicholas Marriott |
2020-04-09 | Pass correct flags to fnmatch. | Nicholas Marriott |
2020-04-09 | Wait until the initial command sequence is done before sending a device | Nicholas Marriott |
2020-04-09 | find -exec +: use sysconf to find the kernel's idea of ARG_MAX | Jeremie Courreges-Anglas |
2020-04-09 | Mention paste at same place as copy, suggested by John Boyle. | Nicholas Marriott |
2020-04-08 | Use a separate node->tag attribute rather than abusing the node->string | Ingo Schwarze |
2020-04-08 | Restore pane_current_path format from portable tmux, it is no longer | Nicholas Marriott |
2020-04-08 | Pass the cmd item to format expansion so that mouse formats work. | Nicholas Marriott |
2020-04-08 | let sshkey_try_load_public() load public keys from the unencrypted | Damien Miller |
2020-04-08 | simplify sshkey_try_load_public() | Damien Miller |
2020-04-08 | add sshkey_parse_pubkey_from_private_fileblob_type() | Damien Miller |
2020-04-08 | simplify sshkey_parse_private_fileblob_type() | Damien Miller |
2020-04-08 | check private key type against requested key type in new-style private | Damien Miller |
2020-04-08 | check that pubkey in private key envelope matches actual private key | Damien Miller |
2020-04-08 | refactor private key parsing a little | Damien Miller |
2020-04-07 | Separate the place to put the <a href> permalink (now marked | Ingo Schwarze |
2020-04-07 | Do not restore history flag if it was never set. | Nicholas Marriott |
2020-04-07 | Do not send mouse events if the program has not requested them. | Nicholas Marriott |
2020-04-07 | Limit size to 1x1 (total size 3x3). | Nicholas Marriott |
2020-04-07 | install -d should error out if no directory is given | Marc Espie |
2020-04-06 | Change copy mode to make copy of the pane history so it does not need to | Nicholas Marriott |
2020-04-06 | Support manual tagging of .Pp, .Bd, .D1, .Dl, .Bl, and .It. | Ingo Schwarze |
2020-04-05 | Add an argument to list-commands to show only a single command. | Nicholas Marriott |
2020-04-05 | Do not assume futex(2) is always returning an errno value. | Martin Pieuchot |
2020-04-05 | Declare pledgenames[] as const. | Visa Hankala |
2020-04-05 | crank to 6.7-beta | Theo de Raadt |
2020-04-04 | automatically tag .SH and .SS in man(7) terminal output | Ingo Schwarze |