summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2017-01-18Make HTML output more human readable by overhauling line break logicIngo Schwarze
2017-01-18Plain stravis() because it will mangle UTF-8 characters, so addNicholas Marriott
2017-01-18Run arguments through vis() as well when printing them.Nicholas Marriott
2017-01-18Do not reset idx, it has just been set.Nicholas Marriott
2017-01-18options_match needs to explicitly check for user options.Nicholas Marriott
2017-01-17Completely delete the buf field of struct html and all the buf*()Ingo Schwarze
2017-01-17Simplify the usage of print_otag() by making it accept a variableIngo Schwarze
2017-01-16Correctly handle -style options without all of a corresponding -fg/-bg/-attr.Nicholas Marriott
2017-01-16Revert WIP parts of previous I didn't mean to commit yet.Nicholas Marriott
2017-01-16getopt() has a struct option so just return to using options_entry.Nicholas Marriott
2017-01-15It is silly for cmd_list_parse to return an integer error when it couldNicholas Marriott
2017-01-15-q flag now needs to be checked in a couple more places.Nicholas Marriott
2017-01-15Major tidy up and rework of options tree and set-option/show-optionsNicholas Marriott
2017-01-15Remove unused quiet option.Nicholas Marriott
2017-01-15Append needs to go old,new not new,old...Nicholas Marriott
2017-01-15When looking up macro values while the macro tables are being builtIngo Schwarze
2017-01-14killp -a should not kill the window if only one pane.Nicholas Marriott
2017-01-14add a geteuid check to make sure we're root before plowing into setauth.Ted Unangst
2017-01-14HTTPS proxy support for ftp-ssl.Jeremie Courreges-Anglas
2017-01-13options_get_style return const too.Nicholas Marriott
2017-01-13Make options_get_string return const string.Nicholas Marriott
2017-01-13Add -E to detach-client to exec a command to replace the client insteadNicholas Marriott
2017-01-12Fix the "t" command for the case where we go down by just a few lines:Ingo Schwarze
2017-01-12Skipping all escape sequences at the beginning of strings in deroff()Ingo Schwarze
2017-01-12show meta data for -Ttree outputIngo Schwarze
2017-01-12Simplify appending to string options.Nicholas Marriott
2017-01-12Put all palette functions together in the file.Nicholas Marriott
2017-01-12aixterm colours can be used if -2 is given, as well as if TERM tells usNicholas Marriott
2017-01-12Erm the aixterm colours should start at 8, not 7.Nicholas Marriott
2017-01-12Fix setting the palette of aixterm colours (90-97).Nicholas Marriott
2017-01-11Be less aggressive about turning margins off.Nicholas Marriott
2017-01-11Add some missing special keys to key_string_lookup_key, fix a mouseNicholas Marriott
2017-01-11Do text production for .Bt, .Ex, .Rv, .Ud at the validation stageIngo Schwarze
2017-01-11Add a format for terminal type.Nicholas Marriott
2017-01-11Use a macro for looking up tty types.Nicholas Marriott
2017-01-11Some tidying and tweaks to options code.Nicholas Marriott
2017-01-11Add "support" for AArch64 to make it compile.Patrick Wildt
2017-01-11Don't attempt to read .netrc when we already force anonymous FTP (-a).Vadim Zhukov
2017-01-10Use new NODE_NOSRC and NODE_NOPRT flags for .Bx and .At.Ingo Schwarze
2017-01-10For the .Ux/.Ox family of macros, do text production at the validationIngo Schwarze
2017-01-10Minor tidying in a couple of commands.Nicholas Marriott
2017-01-10Need to escape ; twice because the command list parser will eat one,Nicholas Marriott
2017-01-10Pledge more strictly. This is only enabled on the ramdisk version of theTheo de Raadt
2017-01-10simplify; NODE_ENDED does no harm in man(7)Ingo Schwarze
2017-01-10unify names of AST node flags; no change of cpp outputIngo Schwarze
2017-01-10Introduce flags NODE_NOSRC and NODE_NOPRT for AST nodes.Ingo Schwarze
2017-01-10Quote backslash as well for %%%.Nicholas Marriott
2017-01-10Some manpage fixes: rephrase a convoluted sentence, make the names ofNicholas Marriott
2017-01-10avoid unneccessary markup; tweaked and ok nicmJason McIntyre
2017-01-09Add %if/%endif for conditionals when parsing configuration files, theNicholas Marriott