summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2019-03-20Improve cursor positioning after reflow by storing the position as anNicholas Marriott
2019-03-20Include function name in logging.Nicholas Marriott
2019-03-20Do not leak ranges on error.Nicholas Marriott
2019-03-20Ignore invalid styles rather than throwing away the whole format, thisNicholas Marriott
2019-03-20Bit more logging to show drawing errors.Nicholas Marriott
2019-03-20remove incorrect escaping of '+', correctly escape '-', and garbage collect .TnIngo Schwarze
2019-03-19Include window-status-style and window-status-current style in the format.Nicholas Marriott
2019-03-19Add a cursor_character format.Nicholas Marriott
2019-03-19When the last line of the input is empty and the previous line reducedIngo Schwarze
2019-03-19Rename the first KEY BINDINGS section to DEFAULT KEY BINDINGS.Nicholas Marriott
2019-03-19When running sendmail, set argv[0] to "sendmail" not "send-mail".Todd C. Miller
2019-03-18Free temporary screens when writing format.Nicholas Marriott
2019-03-18The individual -fg, -bg and -attr options have been deprecated (inNicholas Marriott
2019-03-18Add some bits to the STATUS LINE section about the new option.Nicholas Marriott
2019-03-18Extend the #[] style syntax and use that together with previous formatNicholas Marriott
2019-03-18add a temporary addition to NAME for openrsync; ok deraadtJason McIntyre
2019-03-18repair a few more yoda comparesTheo de Raadt
2019-03-18Mode init needs to be fired with the mode on the list or it will not beNicholas Marriott
2019-03-18Add format variables for the default formats for the various modesNicholas Marriott
2019-03-18Make array options a sparse tree instead of an array of char * andNicholas Marriott
2019-03-18With force, kill previous job before starting new. Fixes problemNicholas Marriott
2019-03-18flesh out SYNOPSIS and usage() somewhat;Jason McIntyre
2019-03-18fix a NULL pointer access on empty tbl(7) data cellsIngo Schwarze
2019-03-18install rsync as openrsync, so that people can easily familiarizeTheo de Raadt
2019-03-17Break description of styles into its own section.Nicholas Marriott
2019-03-17The header file "html.h" uses enum roff_tok,Ingo Schwarze
2019-03-17Add the SM4 block cipher from the Chinese standard GB/T 32907-2016.Theo Buehler
2019-03-17correct example; from pierre emeriaudJason McIntyre
2019-03-16When drawing a horizontal line in tbl(7) UTF-8 output, it is notIngo Schwarze
2019-03-16benno helped me clean up the tcp forwarding section;Jason McIntyre
2019-03-16Use a pointer for the active screen in the status line instead ofNicholas Marriott
2019-03-16Give status_save_old the client so it can do the reinit too.Nicholas Marriott
2019-03-16Tidy and rename some bits of status line code.Nicholas Marriott
2019-03-16Fix a buffer over-read while dumping functions.Sunil Nimmagadda
2019-03-16Fix a buffer over-read while dumping structs/unions.Sunil Nimmagadda
2019-03-16Fix a buffer over-read while dumping enums.Sunil Nimmagadda
2019-03-15Add a way to set individual defaults for an array option.Nicholas Marriott
2019-03-15Add a : to make error messages clearer.Nicholas Marriott
2019-03-15Copy recursion counter into new formats when looping.Nicholas Marriott
2019-03-15Move status line free into its own function.Nicholas Marriott
2019-03-15Remove unused member of struct client.Nicholas Marriott
2019-03-15Only print format logging when the flag is set, even if also sending to log_d...Nicholas Marriott
2019-03-15The pane and window loops need to pass the window and pane tags whenNicholas Marriott
2019-03-15Add a -v flag to display-message to show verbose messages as the formatNicholas Marriott
2019-03-14Add a limit on how far format_expand can recurse.Nicholas Marriott
2019-03-14Store the time in the format tree rather than passing it around.Nicholas Marriott
2019-03-14Remove some unnecessary temporary variables and be much less strictNicholas Marriott
2019-03-14Add format flags for start and end window.Nicholas Marriott
2019-03-14Add T format modifier like E but also do strftime(3).Nicholas Marriott
2019-03-14Accept 0 time as a shorthand for now to format_expand_time.Nicholas Marriott