Age | Commit message (Expand) | Author |
2020-06-10 | Instead of a buffer size limit on each pane, set a limit of 300 seconds | Nicholas Marriott |
2020-06-10 | When the pause-after flag is set, send an alternative %extended-output | Nicholas Marriott |
2020-06-09 | Refuse to remove locked revisions with rcs -orange. | Joris Vink |
2020-06-09 | Include width in error message. | Nicholas Marriott |
2020-06-09 | It is not sensible to store pointers into an array we are going to | Nicholas Marriott |
2020-06-08 | The errcheck() function treats an errno of ERANGE or EDOM as something | Philip Guenther |
2020-06-06 | Use bitshifts instead of a union for encoding UTF-8 into 32 bits, which | Nicholas Marriott |
2020-06-05 | Change how panes are resized so that the code is clearer and if the pane | Nicholas Marriott |
2020-06-05 | Do not take the address of a potentially unaligned member. | Nicholas Marriott |
2020-06-05 | Fix various confusion about am vs xenl. | Nicholas Marriott |
2020-06-05 | Now that we mostly only search visible text, the rate limit on repeating | Nicholas Marriott |
2020-06-05 | Add support for pausing a pane when the output buffered for a control | Nicholas Marriott |
2020-06-05 | unbreak "sshd -ddd" - close of config passing fd happened too early. | Damien Miller |
2020-06-05 | make sshbuf_putb(b, NULL) a no-op | Damien Miller |
2020-06-05 | make sshbuf_dump() args const | Damien Miller |
2020-06-05 | wrap long line | Damien Miller |
2020-06-05 | Correct historical comment: provos@ modified OpenSSH to work with SSLeay | Darren Tucker |
2020-06-04 | Reset wrapped flag when clearing or moving lines, GitHub issue 2215. | Nicholas Marriott |
2020-06-04 | Search marks outside the visible text are not useful, so there is no | Nicholas Marriott |
2020-06-04 | Some improvements to performance of searching: | Nicholas Marriott |
2020-06-04 | A } can go on the same line as a command. | Nicholas Marriott |
2020-06-04 | Shorten some long lines. | Nicholas Marriott |
2020-06-04 | Correct respawn-* - they don't always use the creation command. | Nicholas Marriott |
2020-06-04 | Make the -no-clear command variants not clear the search marks either. | Nicholas Marriott |
2020-06-04 | Allow strings to span multiple lines - newlines and any leading | Nicholas Marriott |
2020-06-04 | Instead of using a custom parse function to process {}, treat it as a | Nicholas Marriott |
2020-06-03 | Make paste -p the default for ], GitHub issue 2248. | Nicholas Marriott |
2020-06-03 | somehow, when I used more bool, I forgot to check with WARNINGS=Yes | Marc Espie |
2020-06-03 | Init_Sigset() isn't a prototype without the void! | Marc Espie |
2020-06-03 | Import regenerated moduli file. | Darren Tucker |
2020-06-02 | Move the code to set up a padding cell into grid.c. | Nicholas Marriott |
2020-06-02 | Allow UTF-8 characters of width 0 to be stored, it is useful to be able | Nicholas Marriott |
2020-06-02 | Missing ; in previous. | Nicholas Marriott |
2020-06-02 | Fire copy-pipe command even if there is no text, means it works if it | Nicholas Marriott |
2020-06-02 | UTF-8 keys need to be big endian so the size bits are at the top. | Nicholas Marriott |
2020-06-02 | update currency exchange rates; | Jason McIntyre |
2020-06-02 | kill dead line | Marc Espie |
2020-06-02 | use the right abstraction to abort jobs, also show debug info as this | Marc Espie |
2020-06-02 | Fail rather than fatal on UTF-8 width 0. | Nicholas Marriott |
2020-06-02 | Use CLOCK_MONOTONIC for timer measurement and add a timestamp to control | Nicholas Marriott |
2020-06-01 | Remove blocks from queue when pane disappears. | Nicholas Marriott |
2020-06-01 | Check the right thing for maximum client buffer size. | Nicholas Marriott |
2020-06-01 | Change format callback to return value rather than storing it in the entry. | Nicholas Marriott |
2020-06-01 | Try without cursor/keypad flags if a key doesn't exist, and limit ctrl | Nicholas Marriott |
2020-06-01 | Instead of sending all data to control mode clients as fast as possible, | Nicholas Marriott |
2020-06-01 | Remove now-unused proto_spec and associated definitions. ok djm@ | Darren Tucker |
2020-05-31 | Fix an of by one when printing the oid of the error index. | Martijn van Duren |
2020-05-31 | OIDs are unsigned. Reflect this when printing them. | Martijn van Duren |
2020-05-29 | Fix error message on close(2) and add printf format attributes. | Todd C. Miller |
2020-05-29 | Add -i to find-window to ignore case. | Nicholas Marriott |