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