summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2020-05-25Make some data types consistent.Nicholas Marriott
2020-05-25Do not attempt to divide by zero when working out copy position.Nicholas Marriott
2020-05-25Include title for the width of the menu.Nicholas Marriott
2020-05-25Instead of storing all UTF-8 characters in the extended cell which meansNicholas Marriott
2020-05-25For regular users sndioctl(1) can be restricted to pledge(2) "stdio", but sinceRicardo Mestre
2020-05-24annotate I/O errors with the corresponding messageMarc Espie
2020-05-24done() is no longer neededMarc Espie
2020-05-24Remove leftover call to control_free_offsets and do not use forNicholas Marriott
2020-05-24Correct one statement about how the 'm' command works, talk lessIngo Schwarze
2020-05-24Give control code its own state struct.Nicholas Marriott
2020-05-24Now the tty has a pointer back to the client there is no point (and aNicholas Marriott
2020-05-23those tempfiles no longer have namesMarc Espie
2020-05-23use rewind on tempfiles, so that we don't need to name themMarc Espie
2020-05-23While the second SSL_CTX in this code is only used on servernameTheo Buehler
2020-05-23In ssl_lib.c revision 1.217, jsing enabled SSL_MODE_AUTO_RETRY byTheo Buehler
2020-05-23Avoid an out-of-bounds array access in the s_server.Theo Buehler
2020-05-22sockaddr should be sockaddr_storage, otherwise "openssl s_client -6 -dtls1"Theo de Raadt
2020-05-22FocusIn keys can also update the latest client, like normal keys.Nicholas Marriott
2020-05-22xterm* can have focus too.Nicholas Marriott
2020-05-22Move client offset stuff into control.c since only control clients willNicholas Marriott
2020-05-22extract the identical code that creates temp files into its own functionMarc Espie
2020-05-21separate cleanup from exit/signal logicMarc Espie
2020-05-21test FILE* against NULL and not 0Marc Espie
2020-05-21Support code for control mode flow control: allow clients to haveNicholas Marriott
2020-05-20Fix a couple more places where the key flags need to be masked off.Nicholas Marriott
2020-05-20Remove a redundant if statement.Nicholas Marriott
2020-05-20Key strings need to include the cursor and keypad flags now since theNicholas Marriott
2020-05-19Shave of some leftovers from snmpd's MIB initialization that are not neededMartijn van Duren
2020-05-19Some other ctrl keys need to be translated with extended keys on.Nicholas Marriott
2020-05-18avoid possible NULL deref; from Pedro MartellettoDamien Miller
2020-05-17__FILE__ and __LINE__ information are fine during early development, orTheo de Raadt
2020-05-17Print lists as comma-separated itemsAlexandre Ratchov
2020-05-17When -m is used, don't print controls that didn't changeAlexandre Ratchov
2020-05-17When -m is used, always print one line per controlAlexandre Ratchov
2020-05-17Factor code to print numbers, no behavior changeAlexandre Ratchov
2020-05-16list example files in FILES with a short description: generally, "ExampleJason McIntyre
2020-05-16Move lazy resize from the pane to the window, there is no point inNicholas Marriott
2020-05-16On select-window, make this client the latest client for the window.Nicholas Marriott
2020-05-16Add a terminal feature for enable/disable extended keys (supported byNicholas Marriott
2020-05-16Send CSI u sequences for any keys that do not have a defined sequenceNicholas Marriott
2020-05-16Separate key flags and modifiers, log key flags, make the "xterm" flagNicholas Marriott
2020-05-16Rename KEYC_ESCAPE to KEYC_META.Nicholas Marriott
2020-05-16Recognise extended key sequences on input (both the forms xterm offers).Nicholas Marriott
2020-05-16xterm-keys has been on by default for five years and all other modernNicholas Marriott
2020-05-16Add an option to set the pane border lines style from a choice of singleNicholas Marriott
2020-05-16Add screen write flags instead of individual bits and fix line lengthNicholas Marriott
2020-05-16Add a client flag 'active-pane' which stores the active pane in theNicholas Marriott
2020-05-16Expand target from client and use it to expand the prompt.Nicholas Marriott
2020-05-16Move editor stuff to common code in popup.c.Nicholas Marriott
2020-05-16Add a mark in copy mode. Set with set-mark command (bound to 'X') byNicholas Marriott