Age | Commit message (Expand) | Author |
2020-05-17 | Fix forgotten references to removed mixer.4 manual | Alexandre Ratchov |
2020-05-17 | Print lists as comma-separated items | Alexandre Ratchov |
2020-05-17 | When -m is used, don't print controls that didn't change | Alexandre Ratchov |
2020-05-17 | When -m is used, always print one line per control | Alexandre Ratchov |
2020-05-17 | Factor code to print numbers, no behavior change | Alexandre Ratchov |
2020-05-17 | Suppress display output and reduce s_time to 1 sec in appstest.sh | Kinichiro Inoguchi |
2020-05-17 | Fix server client test with TLSv1.3 in appstest.sh | Kinichiro Inoguchi |
2020-05-16 | Get memory information from the device tree. | Mark Kettenis |
2020-05-16 | somehow yacc pieces got missed from the "domain name" commit; add them. | Stuart Henderson |
2020-05-16 | entropy_add_ptr and entropy_input_rotate are only used inside | Theo de Raadt |
2020-05-16 | sync | Theo de Raadt |
2020-05-16 | use a consistent notation for x[GM]Hz (at least for the wireless pages); | Jason McIntyre |
2020-05-16 | Return TLS13_IO_WANT_POLLIN after processing post-handshake messages. | Joel Sing |
2020-05-16 | +.Xr gpio 4 , | Jason McIntyre |
2020-05-16 | Planting the first seed for OpenBSD/powerpc64. | Mark Kettenis |
2020-05-16 | document that these devices support background scanning; | Jason McIntyre |
2020-05-16 | list example files in FILES with a short description: generally, "Example | Jason McIntyre |
2020-05-16 | Move lazy resize from the pane to the window, there is no point in | Nicholas Marriott |
2020-05-16 | On select-window, make this client the latest client for the window. | Nicholas Marriott |
2020-05-16 | Add a terminal feature for enable/disable extended keys (supported by | Nicholas Marriott |
2020-05-16 | Send CSI u sequences for any keys that do not have a defined sequence | Nicholas Marriott |
2020-05-16 | add bcmgpio to the gpio manpage and install gpioctl manpage on arm64 too | Martin Reindl |
2020-05-16 | Separate key flags and modifiers, log key flags, make the "xterm" flag | Nicholas Marriott |
2020-05-16 | Rename KEYC_ESCAPE to KEYC_META. | Nicholas Marriott |
2020-05-16 | Recognise extended key sequences on input (both the forms xterm offers). | Nicholas Marriott |
2020-05-16 | xterm-keys has been on by default for five years and all other modern | Nicholas Marriott |
2020-05-16 | Add an option to set the pane border lines style from a choice of single | Nicholas Marriott |
2020-05-16 | Add screen write flags instead of individual bits and fix line length | Nicholas Marriott |
2020-05-16 | Add a client flag 'active-pane' which stores the active pane in the | Nicholas Marriott |
2020-05-16 | Expand target from client and use it to expand the prompt. | Nicholas Marriott |
2020-05-16 | Move editor stuff to common code in popup.c. | Nicholas Marriott |
2020-05-16 | Add a mark in copy mode. Set with set-mark command (bound to 'X') by | Nicholas Marriott |
2020-05-16 | Add a -D flag to ask tmux not to daemonize, useful both for running a | Nicholas Marriott |
2020-05-16 | Do not loop forever when search finds an empty match, GitHub issue 2203. | Nicholas Marriott |
2020-05-16 | Fix next-matching-bracket logic, from Chris Barber. | Nicholas Marriott |
2020-05-16 | Add a customize mode where keys and options may be browsed and changed, | Nicholas Marriott |
2020-05-16 | Support embedded styles in the display-message message, GitHub issue | Nicholas Marriott |
2020-05-16 | When IMSG_IFADD is removed, IMSG_IFDELETE becomes useless | denis |
2020-05-16 | be more consistant about with using sizeof(object) rather than the constant | Theo de Raadt |
2020-05-16 | IMSG_IFADD is never used, wipe it | denis |
2020-05-16 | Store and restore cursor position when copy mode is resized, from | Nicholas Marriott |
2020-05-16 | Allow a custom time format to be given to the t format modifier. | Nicholas Marriott |
2020-05-16 | Change message log to be per server rather than per client and include | Nicholas Marriott |
2020-05-16 | Add M-+ and M-- to expand and collapse all items in tree mode. | Nicholas Marriott |
2020-05-16 | Change the existing client flags for control mode to apply for any | Nicholas Marriott |
2020-05-16 | Only redraw popup on the client it belongs to. | Nicholas Marriott |
2020-05-16 | Export TERM_PROGRAM and TERM_PROGRAM_VERSION like various other | Nicholas Marriott |
2020-05-16 | Add formats for after hook command arguments. | Nicholas Marriott |
2020-05-16 | Try to search the entire history first for up to 200 ms so a search | Nicholas Marriott |
2020-05-16 | Do not need to work out status line offset, we already have it. | Nicholas Marriott |