Age | Commit message (Expand) | Author |
2020-05-23 | Avoid an out-of-bounds array access in the s_server. | Theo Buehler |
2020-05-22 | sockaddr should be sockaddr_storage, otherwise "openssl s_client -6 -dtls1" | Theo de Raadt |
2020-05-22 | FocusIn keys can also update the latest client, like normal keys. | Nicholas Marriott |
2020-05-22 | xterm* can have focus too. | Nicholas Marriott |
2020-05-22 | Move client offset stuff into control.c since only control clients will | Nicholas Marriott |
2020-05-22 | extract the identical code that creates temp files into its own function | Marc Espie |
2020-05-21 | separate cleanup from exit/signal logic | Marc Espie |
2020-05-21 | test FILE* against NULL and not 0 | Marc Espie |
2020-05-21 | Support code for control mode flow control: allow clients to have | Nicholas Marriott |
2020-05-20 | Fix a couple more places where the key flags need to be masked off. | Nicholas Marriott |
2020-05-20 | Remove a redundant if statement. | Nicholas Marriott |
2020-05-20 | Key strings need to include the cursor and keypad flags now since the | Nicholas Marriott |
2020-05-19 | Shave of some leftovers from snmpd's MIB initialization that are not needed | Martijn van Duren |
2020-05-19 | Some other ctrl keys need to be translated with extended keys on. | Nicholas Marriott |
2020-05-18 | avoid possible NULL deref; from Pedro Martelletto | Damien Miller |
2020-05-17 | __FILE__ and __LINE__ information are fine during early development, or | Theo de Raadt |
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-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 | 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 | 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 |