summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2020-06-08The errcheck() function treats an errno of ERANGE or EDOM as somethingPhilip Guenther
2020-06-06Use bitshifts instead of a union for encoding UTF-8 into 32 bits, whichNicholas Marriott
2020-06-05Change how panes are resized so that the code is clearer and if the paneNicholas Marriott
2020-06-05Do not take the address of a potentially unaligned member.Nicholas Marriott
2020-06-05Fix various confusion about am vs xenl.Nicholas Marriott
2020-06-05Now that we mostly only search visible text, the rate limit on repeatingNicholas Marriott
2020-06-05Add support for pausing a pane when the output buffered for a controlNicholas Marriott
2020-06-05unbreak "sshd -ddd" - close of config passing fd happened too early.Damien Miller
2020-06-05make sshbuf_putb(b, NULL) a no-opDamien Miller
2020-06-05make sshbuf_dump() args constDamien Miller
2020-06-05wrap long lineDamien Miller
2020-06-05Correct historical comment: provos@ modified OpenSSH to work with SSLeayDarren Tucker
2020-06-04Reset wrapped flag when clearing or moving lines, GitHub issue 2215.Nicholas Marriott
2020-06-04Search marks outside the visible text are not useful, so there is noNicholas Marriott
2020-06-04Some improvements to performance of searching:Nicholas Marriott
2020-06-04A } can go on the same line as a command.Nicholas Marriott
2020-06-04Shorten some long lines.Nicholas Marriott
2020-06-04Correct respawn-* - they don't always use the creation command.Nicholas Marriott
2020-06-04Make the -no-clear command variants not clear the search marks either.Nicholas Marriott
2020-06-04Allow strings to span multiple lines - newlines and any leadingNicholas Marriott
2020-06-04Instead of using a custom parse function to process {}, treat it as aNicholas Marriott
2020-06-03Make paste -p the default for ], GitHub issue 2248.Nicholas Marriott
2020-06-03somehow, when I used more bool, I forgot to check with WARNINGS=YesMarc Espie
2020-06-03Init_Sigset() isn't a prototype without the void!Marc Espie
2020-06-03Import regenerated moduli file.Darren Tucker
2020-06-02Move the code to set up a padding cell into grid.c.Nicholas Marriott
2020-06-02Allow UTF-8 characters of width 0 to be stored, it is useful to be ableNicholas Marriott
2020-06-02Missing ; in previous.Nicholas Marriott
2020-06-02Fire copy-pipe command even if there is no text, means it works if itNicholas Marriott
2020-06-02UTF-8 keys need to be big endian so the size bits are at the top.Nicholas Marriott
2020-06-02update currency exchange rates;Jason McIntyre
2020-06-02kill dead lineMarc Espie
2020-06-02use the right abstraction to abort jobs, also show debug info as thisMarc Espie
2020-06-02Fail rather than fatal on UTF-8 width 0.Nicholas Marriott
2020-06-02Use CLOCK_MONOTONIC for timer measurement and add a timestamp to controlNicholas Marriott
2020-06-01Remove blocks from queue when pane disappears.Nicholas Marriott
2020-06-01Check the right thing for maximum client buffer size.Nicholas Marriott
2020-06-01Change format callback to return value rather than storing it in the entry.Nicholas Marriott
2020-06-01Try without cursor/keypad flags if a key doesn't exist, and limit ctrlNicholas Marriott
2020-06-01Instead of sending all data to control mode clients as fast as possible,Nicholas Marriott
2020-06-01Remove now-unused proto_spec and associated definitions. ok djm@Darren Tucker
2020-05-31Fix an of by one when printing the oid of the error index.Martijn van Duren
2020-05-31OIDs are unsigned. Reflect this when printing them.Martijn van Duren
2020-05-29Fix error message on close(2) and add printf format attributes.Todd C. Miller
2020-05-29Add -i to find-window to ignore case.Nicholas Marriott
2020-05-29Make dollar_expand variadic and pass a real va_list to vdollar_percent_expand.Darren Tucker
2020-05-29Pass a NULL instead of zeroed out va_list from dollar_expand. The originalDarren Tucker
2020-05-29At this point getpwuid(3) was already called therefore "getpw" promise can beRicardo Mestre
2020-05-29remove a stray .El;Jason McIntyre
2020-05-29mention that wildcards are processed in lexical order; bz#3165Damien Miller