Age | Commit message (Expand) | Author |
2019-05-13 | Add support for overline (SGR 53), from Ricardo Banffy. | Nicholas Marriott |
2019-05-13 | Always include Lock in the menu. | Nicholas Marriott |
2019-05-13 | Delete tentacles of LC_NUMERIC support. | Ingo Schwarze |
2019-05-13 | ephermal -> ephemeral | Theo Buehler |
2019-05-13 | Fix column width for copy mode commands. | Nicholas Marriott |
2019-05-12 | Fix double free by nulling out pointers after free. | Theo Buehler |
2019-05-12 | Make the "xx bytes received in y time" message go to the right place | kmos |
2019-05-12 | zap confusing unneeded parameters | Marc Espie |
2019-05-12 | Repair ftp -o - and thus pkg_add: print informational messages on stderr | Jeremie Courreges-Anglas |
2019-05-12 | It will show up in 6.6. | Florian Obser |
2019-05-12 | add rcs ids | Jasper Lievisse Adriaanse |
2019-05-12 | Move us from old ftp(1) to Sunil's new ftp(1). The necessary modifications | kmos |
2019-05-12 | Oops, removed too much in last change. | Nicholas Marriott |
2019-05-12 | Fix some indentation and dead assignments. | Nicholas Marriott |
2019-05-12 | Add simple menus to tree, client, buffer modes. | Nicholas Marriott |
2019-05-12 | Remove menu_create_from_items, I thought I would use it for some later | Nicholas Marriott |
2019-05-11 | The BER API is currently used by ldap, ldapd, ldapctl, ypldap, snmpd, and | rob |
2019-05-11 | socppc makes an extended visit to the bigbucket. | Theo de Raadt |
2019-05-11 | Don't use arguments with It and -enum, pointed out by jmc. | Nicholas Marriott |
2019-05-11 | Do not reduce window height by status line height for control mode | Nicholas Marriott |
2019-05-10 | For PermitOpen violations add the remote host and port to | Florian Obser |
2019-05-10 | Fix a typo in previous (, -> :). | Nicholas Marriott |
2019-05-10 | Add support for simple menus usable with mouse or keyboard. New command | Nicholas Marriott |
2019-05-10 | Add a function to draw a simple menu onto a screen. | Nicholas Marriott |
2019-05-10 | Backout latest, commited by mistake. | Alexandre Ratchov |
2019-05-10 | Use the correct length for MIDI common messages. | Alexandre Ratchov |
2019-05-10 | Don't try to send to device helper process if it's terminated. | Alexandre Ratchov |
2019-05-10 | Delete superfluous #includes of <ifaddrs.h>, <net/if_dl.h>, and <net/if_enc.h> | Philip Guenther |
2019-05-09 | This no longer uses utime(3), so it doesn't need <utime.h> | Philip Guenther |
2019-05-09 | Use the new sysctl to print systat pf 1. This now works even for unprived | Claudio Jeker |
2019-05-09 | ftp makes a new connection for each auto-fetch file. Remove a lie claiming | Christian Weisgerber |
2019-05-09 | Save mouse buttons as well as position. | Nicholas Marriott |
2019-05-09 | send-keys also needs to insert key commands in the right order. | Nicholas Marriott |
2019-05-09 | delete five unused macros | Ingo Schwarze |
2019-05-09 | UTF-8 cleanup in the function pshift(). | Ingo Schwarze |
2019-05-09 | Change swap-window -d to be the other way round (stay with src window), | Nicholas Marriott |
2019-05-09 | Add formats to show if pane is the marked pane and if any marked pane is set. | Nicholas Marriott |
2019-05-08 | allow switching to print stats since boot via 'b'. | Ted Unangst |
2019-05-08 | remove sess argument from all functions that only used it for logging | Sebastian Benoit |
2019-05-08 | remove sess argument from log functions. ok deraadt@ | Sebastian Benoit |
2019-05-08 | Add a flag to redraw only the overlay, and remove the overlay on resize. | Nicholas Marriott |
2019-05-08 | Adjust how mouse targets are found so they always have a session, window | Nicholas Marriott |
2019-05-08 | xr to sysupgrade | Ted Unangst |
2019-05-07 | fix an obvious documentation bug: -# requires an argument | Ingo Schwarze |
2019-05-07 | Move around the display-panes identify code to make it a bit more | Nicholas Marriott |
2019-05-07 | Adjust the same bit to adjust the selection for history-top and | Nicholas Marriott |
2019-05-07 | Completely clean up UTF-8 handling in the file filename.c: | Ingo Schwarze |
2019-05-07 | UTF-8 cleanup of the function pappend(): | Ingo Schwarze |
2019-05-07 | Rename the ENVIRONMENT section which was squatting on the standard | Ingo Schwarze |
2019-05-07 | Treat keys in identify mode (display-panes) specially and handle them | Nicholas Marriott |