summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2020-03-31Don't send "control changed" messages when hardware controls are set.Alexandre Ratchov
2020-03-30Tweak key numbers to avoid some special keys crossing over with modifier bits.Nicholas Marriott
2020-03-30Add to rather than replace flags with -c.Nicholas Marriott
2020-03-30Do not check flags after the popup struct has been freed.Nicholas Marriott
2020-03-28Even though the HTML, man, markdown, PDF, PostScript, and tree formattersIngo Schwarze
2020-03-28Change default position for menu and popup to centre rather than top left.Nicholas Marriott
2020-03-28Make two -E only close popup automatically if the command exited with 0.Nicholas Marriott
2020-03-28Fix how popup height is calculated to take embedded newlines into account.Nicholas Marriott
2020-03-28Add formats for top paste buffer by default. Also a tmux.1 fix from jmc.Nicholas Marriott