summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2019-05-26Add formats for word and line under the mouse and use them to add someNicholas Marriott
2019-05-26Add a way to append or prepend to a format if the length has been limited.Nicholas Marriott
2019-05-26Some other platforms doesn't support fmemopen(3) (not unexpectedly), soNicholas Marriott
2019-05-26use proper crossreferencesChristian Weisgerber
2019-05-25Add <, >, <=, >= for formats, GitHub issue 1747.Nicholas Marriott
2019-05-25Client name can actually be NULL, so use address in that case.Nicholas Marriott
2019-05-25Use client name when logging command queue.Nicholas Marriott
2019-05-25Merge the now tiny cmd-list.c into cmd.c.Nicholas Marriott
2019-05-25Merge cmd_list_parse into cmd-parse.y so it can use the new aliasNicholas Marriott
2019-05-25Fix error handling in if-shell.Nicholas Marriott
2019-05-25Make cmd_log_argv take a printf-like format for the prefix.Nicholas Marriott
2019-05-23unbreak build, okay nicm@Marc Espie
2019-05-23Fix line numbers - commands are added after the line ends so they need toNicholas Marriott
2019-05-23Use the same argument escaping code for options as well.Nicholas Marriott
2019-05-23Environment variables can start with { also.Nicholas Marriott
2019-05-23Fix drawing of status-right when it is aligned to the centre, GitHubNicholas Marriott
2019-05-23Break the argument escaping code into a separate function and use it toNicholas Marriott
2019-05-23Don't remove group items for group 0 (no group).Nicholas Marriott
2019-05-23Fix length calculation for pasting UTF-8 characters in the status line,Nicholas Marriott
2019-05-23Replace the split parser code (cfg.c and cmd-string.c) with a singleNicholas Marriott
2019-05-22Fix crash if window doesn't exist, GitHub issue 1751.Nicholas Marriott
2019-05-21document brk_string slightly betterMarc Espie
2019-05-21fix very stupid bug.Marc Espie
2019-05-21Also apply stricter pledge when secure mode is set via rc file or command.Martijn van Duren
2019-05-21Do not print the style message "missing date" when the date is givenIngo Schwarze
2019-05-21Fix a couple of Ta from Alphonse Mariya.Nicholas Marriott
2019-05-20Fix ordering of source-file with multiple files and add flags to load_cfg.Nicholas Marriott
2019-05-20Replace the various identical error callbacks with a single one in cmd-queue.c.Nicholas Marriott
2019-05-20Add a helper to allocate a cmd_list.Nicholas Marriott
2019-05-20tweak previous;Jason McIntyre
2019-05-20Fix the color space parameter in RGB SGR, from Brad Town.Nicholas Marriott
2019-05-20embiggen format buffer size for certificate serial number soDamien Miller
2019-05-20When signing certificates with an RSA key, default to using theDamien Miller
2019-05-19Fix integer overflow in block size calculation.Alexandre Ratchov
2019-05-18Move the single command flag (CMD_CONTROL) into the shared flags.Nicholas Marriott
2019-05-17Change a couple of ACS characters to be more sensible and add a fewNicholas Marriott
2019-05-17Initialize default size variables, from Thomas Adam.Nicholas Marriott
2019-05-16Revert suni'ls ftp rewrite for now.Florian Obser
2019-05-16Move a variable declaration to the block where it's used to make thingsDarren Tucker
2019-05-16unveil "w" on ttys was too strict, introducing a failure conditionTheo de Raadt
2019-05-15trivial patch to at least make the buggy functions control_char()Ingo Schwarze
2019-05-15Fix dragging when in view mode rather than copy mode, GitHub issue 1740Nicholas Marriott
2019-05-15trivial replacement of the home-grown IS_ASCII_OCTET()Ingo Schwarze
2019-05-15Clean up all major UTF-8 issues in cvt.c.Ingo Schwarze
2019-05-15UTF-8 cleanup in the function cmd_putstr().Ingo Schwarze
2019-05-15improve wrong markup and poor wording regarding the -t argumentIngo Schwarze
2019-05-15Display "bytes received" like the csrg ftp used to when the progressbarFlorian Obser
2019-05-15Add the -m flag to the ftp.1 man page.kmos
2019-05-15re-indent bwscoll() after previous commit; no binary changeIngo Schwarze
2019-05-15Cleanup:Ingo Schwarze