summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2020-04-04Use /dev/audioctlN instead of /dev/mixerN.Alexandre Ratchov
2020-04-03Use new window and new pane as well for -P to new-session or new-window.Nicholas Marriott
2020-04-03Stop logging the entire command queue every time we add something,Nicholas Marriott
2020-04-03Remove some stray argument names from function prototypes,Ingo Schwarze
2020-04-03#include <stdint.h> because that is needed before #include <ohash.h>;Ingo Schwarze
2020-04-03r1.522 deleted one too many lines; repairDamien Miller
2020-04-03sort -N and add it to usage();Jason McIntyre
2020-04-03avoid another compiler warning spotted in -portableDamien Miller
2020-04-03Check previous line rather than an extra line, from Anindya Mukherjee.Nicholas Marriott
2020-04-03fix format string (use %llu for uint64, not %lld). spotted by Darren andDamien Miller
2020-04-03Add a flag to re-enable verbose output when in batch mode;Damien Miller
2020-04-03chacha20-poly1305 AEAD using libcrypto EVP_chacha20Damien Miller
2020-04-03make Chacha20-POLY1305 context struct opaque; ok tb@ as part of a largerDamien Miller
2020-04-03fix debug statementDamien Miller
2020-04-03the tunnel-forwarding vs ExitOnForwardFailure fix that I committedDamien Miller
2020-04-03%C expansion just added to Match Exec should include remote user not localDarren Tucker
2020-04-03make failures when establishing "Tunnel" forwarding terminate theDamien Miller
2020-04-03Make with config keywords support which percent_expansions more consistent.Darren Tucker
2020-04-03give ssh-keygen the ability to dump the contents of a binary keyDamien Miller
2020-04-03add allocating variant of the safe utf8 printer; ok dtucker as part ofDamien Miller
2020-04-02When the last file formatted yielded no tags, the tags file gotIngo Schwarze
2020-04-02Only search the visible part of the history when marking (highlighting)Nicholas Marriott
2020-04-02Replace a bunch of hand rolled date / time math with gmtime(3).Florian Obser
2020-04-02Copy tagged strings before marking hyphens as breakable.Ingo Schwarze
2020-04-02Add a W position to display-menu -y to use the line above (or below) theNicholas Marriott
2020-04-01Just like we are already doing it in HTML output, automatically tagIngo Schwarze
2020-04-01If no -q options are used, expose first 8 midi(4) devices to sndiod clientsAlexandre Ratchov
2020-04-01Do not ignore triple-click and send to pane.Nicholas Marriott
2020-04-01Add a 10 second timeout to prevent searches taking too much time, fromNicholas Marriott
2020-04-01Support mouse in popups.Nicholas Marriott
2020-04-01Do not go down the regex search path (which is expensive because we needNicholas Marriott
2020-04-01Use a comparison to check for wrap and avoid an expensive modulus.Nicholas Marriott
2020-04-01Performance improvements for regex searching, most notably:Nicholas Marriott
2020-04-01update currency exchanges rates;Jason McIntyre
2020-03-31Add a way to mark environment variables as "hidden" so they can be usedNicholas Marriott
2020-03-31Add a -T flag to resize-pane to trim lines below the cursor, movingNicholas Marriott
2020-03-31Add non-regex search variants to avoid the performance cost for peopleNicholas Marriott
2020-03-31Add session_path from Chris Ruegge in GitHub issue 2142.Nicholas Marriott
2020-03-31Add a "second click" key type which is fired for the second click of aNicholas Marriott
2020-03-31Move alternate screen into the screen rather than the pane.Nicholas Marriott
2020-03-31Detach reply escape sequences from the pane so they work in popups.Nicholas Marriott