Age | Commit message (Expand) | Author |
2020-05-25 | Make some data types consistent. | Nicholas Marriott |
2020-05-25 | Do not attempt to divide by zero when working out copy position. | Nicholas Marriott |
2020-05-25 | Include title for the width of the menu. | Nicholas Marriott |
2020-05-25 | Instead of storing all UTF-8 characters in the extended cell which means | Nicholas Marriott |
2020-05-25 | For regular users sndioctl(1) can be restricted to pledge(2) "stdio", but since | Ricardo Mestre |
2020-05-24 | annotate I/O errors with the corresponding message | Marc Espie |
2020-05-24 | done() is no longer needed | Marc Espie |
2020-05-24 | Remove leftover call to control_free_offsets and do not use for | Nicholas Marriott |
2020-05-24 | Correct one statement about how the 'm' command works, talk less | Ingo Schwarze |
2020-05-24 | Give control code its own state struct. | Nicholas Marriott |
2020-05-24 | Now the tty has a pointer back to the client there is no point (and a | Nicholas Marriott |
2020-05-23 | those tempfiles no longer have names | Marc Espie |
2020-05-23 | use rewind on tempfiles, so that we don't need to name them | Marc Espie |
2020-05-23 | While the second SSL_CTX in this code is only used on servername | Theo Buehler |
2020-05-23 | In ssl_lib.c revision 1.217, jsing enabled SSL_MODE_AUTO_RETRY by | Theo Buehler |
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 |