summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2019-07-02Command prompt key presses need to avoid the command queue, GitHub issueNicholas Marriott
2019-07-02I totally forgot about the instance where blink-and-insert can beMark Lumsden
2019-07-01delete trailing whitespace and space-tab sequences; no code change;Ingo Schwarze
2019-07-01Check if user tries to go to current directory in dired-goto-file.Mark Lumsden
2019-07-01add dired-goto-fileMark Lumsden
2019-07-01Add a "fill" style attribute to clear the entire format drawing area inNicholas Marriott
2019-07-01update currency exchange rates;Jason McIntyre
2019-06-30Do not double free window if pane fails to start.Nicholas Marriott
2019-06-29fix some more fallout from setting path in setusercontext. restoreTed Unangst
2019-06-29Check if syscalls return -1 instead of any negative or non-zero value.Alexandre Ratchov
2019-06-28Actually, the C standard only guarantees that atexit(3) returns non-zeroIngo Schwarze
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2019-06-28asprintf returns -1, not an arbitrary value < 0. Also upon error theTheo de Raadt
2019-06-28mkstemp() returns -1 on failureTheo de Raadt
2019-06-28atexit() returns -1 on failureTheo de Raadt
2019-06-28oops, from asouTheo de Raadt
2019-06-27Partial rewrite of the explanation of environment handling to avoid:Ingo Schwarze
2019-06-27Some asprintf() calls were checked < 0, rather than the precise == -1.Theo de Raadt
2019-06-27minor eol issues;Jason McIntyre
2019-06-27Display an error message if trying to copy or rename a file to itself.Mark Lumsden
2019-06-27Print out message after copying a file.Mark Lumsden
2019-06-27This diff uses the existing filename as the new filename if none isMark Lumsden
2019-06-27Add support for underscore colours with Setulc capability, mostly fromNicholas Marriott
2019-06-27Fix mandoc_normdate() and the way it is used.Ingo Schwarze
2019-06-27Improve "man -h" output.Ingo Schwarze
2019-06-27fix NULL deference (bzero) on error path added in last commit;Damien Miller
2019-06-26Remove unneeded unlink of xauthfile on error path. From Erik Sjölund viaDarren Tucker
2019-06-26Fix a typo in window_pane_find_down (w not wp) and a missing PANE_STATUS_TOP.Nicholas Marriott
2019-06-26Pass keys that aren't 0-9 on to normal key processing when display-panesNicholas Marriott
2019-06-26Add some key and map logging.Mark Lumsden
2019-06-26This diff uses the existing filename as the new filename if none isMark Lumsden
2019-06-26This diff makes blink-and-insert do as the man page says it should do.Mark Lumsden
2019-06-26Log window and pane resizes.Nicholas Marriott
2019-06-26Fix some comments (top/bottom not left/right).Nicholas Marriott
2019-06-26Add #define for the pane status line option position numbers.Nicholas Marriott
2019-06-25Add 'dired-revert' to the dired funmap, the 'g' command already worksMark Lumsden
2019-06-24switch-to-buffer (C-x b) doesn't cancel properly if C-g is pressed.Mark Lumsden
2019-06-24add an example hint that shows how original path can be retainedTed Unangst
2019-06-24Expand arguments to C and s format modifiers (matches m which already expands).Nicholas Marriott
2019-06-24Trim trailing spaces when matching.Nicholas Marriott
2019-06-23fix mismatch proto/decl from key shielding change; spotted via oss-fuzzDamien Miller
2019-06-23fix free() on uninitialized pointer with -rx and sameSebastian Benoit
2019-06-23Do not always set scope for panes because the window check might fail,Nicholas Marriott
2019-06-22Tidy up the comments:Mark Lumsden
2019-06-22Offering to add a new line at the end of the buffer didn't consider ifMark Lumsden
2019-06-22Log window pointer and other window data to a file.Mark Lumsden
2019-06-22This diff moves the check for a newline at the end of a buffer (whenMark Lumsden
2019-06-21tweak wording a bit. always talk about creating a new environment.Ted Unangst
2019-06-21Man page fixes from lacygoill at lacygoill dot me.Nicholas Marriott
2019-06-21Add protection for private keys at rest in RAM against speculationDamien Miller