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