Age | Commit message (Expand) | Author |
2019-06-03 | Explicitly state that the cases in the inner switch in term_fill() | Ingo Schwarze |
2019-06-03 | Initialize the local variable "lastln" in mparse_buf_r(). | Ingo Schwarze |
2019-06-03 | Initialize the local variable "act" in print_mdoc_node(). | Ingo Schwarze |
2019-06-03 | Add new-session -X and attach-session -x to send SIGHUP to parent when | Nicholas Marriott |
2019-06-03 | This diff gives the commands beginning-of-buffer and end-of-buffer the | Mark Lumsden |
2019-06-03 | Don't close the socket in rsync_socket() itself but after calling it. | Christian Weisgerber |
2019-06-02 | KNF and sneaky whitespaces | Theo de Raadt |
2019-06-02 | Use a simple hash table to look up blocks by the fast-hash. Also use | Florian Obser |
2019-06-02 | Support prefers-color-scheme: dark. | Ingo Schwarze |
2019-06-02 | have_md is initialized at startup, don't need to do it again later | Theo de Raadt |
2019-06-02 | spelling; from Hiltjo Posthuma | Theo de Raadt |
2019-06-02 | yacc(1) copies its union so it is not a good place to store | Nicholas Marriott |
2019-06-02 | In manpages, don't escape apostrophes as \'; it's rarely what you want. | Anthony J. Bentley |
2019-06-02 | Fix incorrect character escape. | Anthony J. Bentley |
2019-06-01 | If only one of -x or -y is given, use the calculated size for the | Nicholas Marriott |
2019-06-01 | update currency exchange rates; | Jason McIntyre |
2019-06-01 | Need stdlib.h, from Ben Boeckel. | Nicholas Marriott |
2019-05-31 | Fix warnings, from Ben Boeckel. | Nicholas Marriott |
2019-05-31 | Allow % strings that are all numbers or %s, and fix a double free. Both | Nicholas Marriott |
2019-05-31 | fix ssh-keysign fd handling problem introduced in r1.304 caused by a typo | Damien Miller |
2019-05-30 | Remove a leftover abort and some fixes from cppcheck. | Nicholas Marriott |
2019-05-30 | No longer need to reduce line number by one. | Nicholas Marriott |
2019-05-30 | I had hoped that non-xenl terminals had died out, at least in fairly | Nicholas Marriott |
2019-05-29 | Use VIS_CSTYLE for the arguments and add the missing escapes it can | Nicholas Marriott |
2019-05-29 | The line number needs to be updated only after the \n is processed by | Nicholas Marriott |
2019-05-29 | Support \ooo escapes, from Avi Halachmi. | Nicholas Marriott |
2019-05-29 | Make the standard output messages of both methods of changing a key | Mark Lumsden |
2019-05-28 | Redraw status line if size changes, GitHub issue 1762. Also fix length | Nicholas Marriott |
2019-05-28 | Do not read past the end of the argument string if it is empty. | Nicholas Marriott |
2019-05-28 | unintialized fd passed to close(), found by hiltjo posthuma | Theo de Raadt |
2019-05-28 | Exit 1 correctly if source-file fails. | Nicholas Marriott |
2019-05-28 | Allow source-file to take multiple arguments. | Nicholas Marriott |
2019-05-28 | Change the default right click pane to open the menu if not in a mode | Nicholas Marriott |
2019-05-28 | Add key bindings to open the window and pane menus (C-m and M-m for now). | Nicholas Marriott |
2019-05-28 | Allow menu items to be disabled by putting a - at the start of their | Nicholas Marriott |
2019-05-28 | Change display-menu from taking a single string to a set of arguments, | Nicholas Marriott |
2019-05-27 | Clarify newlines inside {} a little. | Nicholas Marriott |
2019-05-27 | Go less crazy with horizontal separators on default menus. | Nicholas Marriott |
2019-05-27 | For "gunzip -N", only use the basename of the stored path. | Todd C. Miller |
2019-05-27 | Fix crash when killing the current window, reported by Jesus Rafael | Nicholas Marriott |
2019-05-27 | Add an additional {} syntax for defining strings in the configuration | Nicholas Marriott |
2019-05-27 | Use getopts instead of getopt(1) | Jeremie Courreges-Anglas |
2019-05-27 | Fix the intended ordering of items in buffer mode - it should not always | Nicholas Marriott |
2019-05-26 | Add keys for new menu items. | Nicholas Marriott |
2019-05-26 | Always redraw overlay if it is on (so status line doesn't redraw over it). | Nicholas Marriott |
2019-05-26 | Do not accept choice unless mouse has actually moved before. | Nicholas Marriott |
2019-05-26 | Add formats for word and line under the mouse and use them to add some | Nicholas Marriott |
2019-05-26 | Add a way to append or prepend to a format if the length has been limited. | Nicholas Marriott |
2019-05-26 | Some other platforms doesn't support fmemopen(3) (not unexpectedly), so | Nicholas Marriott |
2019-05-26 | use proper crossreferences | Christian Weisgerber |