Age | Commit message (Expand) | Author |
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 |
2019-05-25 | Add <, >, <=, >= for formats, GitHub issue 1747. | Nicholas Marriott |
2019-05-25 | Client name can actually be NULL, so use address in that case. | Nicholas Marriott |
2019-05-25 | Use client name when logging command queue. | Nicholas Marriott |
2019-05-25 | Merge the now tiny cmd-list.c into cmd.c. | Nicholas Marriott |
2019-05-25 | Merge cmd_list_parse into cmd-parse.y so it can use the new alias | Nicholas Marriott |
2019-05-25 | Fix error handling in if-shell. | Nicholas Marriott |
2019-05-25 | Make cmd_log_argv take a printf-like format for the prefix. | Nicholas Marriott |
2019-05-23 | unbreak build, okay nicm@ | Marc Espie |
2019-05-23 | Fix line numbers - commands are added after the line ends so they need to | Nicholas Marriott |
2019-05-23 | Use the same argument escaping code for options as well. | Nicholas Marriott |
2019-05-23 | Environment variables can start with { also. | Nicholas Marriott |
2019-05-23 | Fix drawing of status-right when it is aligned to the centre, GitHub | Nicholas Marriott |
2019-05-23 | Break the argument escaping code into a separate function and use it to | Nicholas Marriott |
2019-05-23 | Don't remove group items for group 0 (no group). | Nicholas Marriott |
2019-05-23 | Fix length calculation for pasting UTF-8 characters in the status line, | Nicholas Marriott |
2019-05-23 | Replace the split parser code (cfg.c and cmd-string.c) with a single | Nicholas Marriott |
2019-05-22 | Fix crash if window doesn't exist, GitHub issue 1751. | Nicholas Marriott |
2019-05-21 | document brk_string slightly better | Marc Espie |