Age | Commit message (Expand) | Author |
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 |
2019-05-07 | Do not use evbuffer_add_buffer because it is destructive and doesn't | Nicholas Marriott |
2019-05-06 | Remove an example that doesn't do what the accompanying text says, | Ingo Schwarze |
2019-05-03 | Fix order of insertion in load_cfg. | Nicholas Marriott |
2019-05-03 | Allow panes to be empty (no command), output can be piped to them with | Nicholas Marriott |
2019-05-03 | Insert after the right element on queue. | Nicholas Marriott |
2019-05-03 | Do not store the mouse position we calculate as the start of a drag back | Nicholas Marriott |
2019-05-03 | avoid duplicate "bad argument" error message, also shortening the code | Ingo Schwarze |
2019-05-03 | Enter dangling .so links into the database, to avoid harassing | Ingo Schwarze |
2019-05-03 | Use the right index for user-keys. | Nicholas Marriott |
2019-05-03 | When processing unknown output options, prevent passing NULL to printf. | anton |
2019-05-03 | In fs_lookup(), use stat(2) rather than access(2) to check file existence. | Ingo Schwarze |
2019-05-03 | Fix mouse positioning when the pane is not entirely visible. | Nicholas Marriott |
2019-05-03 | In man(1) mode with a specific section requested, | Ingo Schwarze |
2019-05-03 | Correct ordering when adding after an existing item. | Nicholas Marriott |