summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2017-09-04Fix typo in comment; ok mpi@anton
2017-09-04Move to current mouse position not last when clcking in copy mode; fixesNicholas Marriott
2017-09-04tweak previous;Jason McIntyre
2017-09-03Expand ssh_config's StrictModes option with two new settings:Damien Miller
2017-09-02Add selectp -T to set pane title.Nicholas Marriott
2017-09-01remove blank line;Jason McIntyre
2017-09-01identify the case where SSHFP records are missing but other DNS RRDamien Miller
2017-09-01document available AuthenticationMethods; bz#2453 ok dtucker@Damien Miller
2017-08-31update currency exchange rates;Jason McIntyre
2017-08-30Instead of overloading the line clear function to mean free ifNicholas Marriott
2017-08-30Pass flags into cmd_find_from_* to fix prefer-unattached, reported byNicholas Marriott
2017-08-30gid_t is unsigned, so < 0 test is always false, compare against (gid_t)-1Otto Moerbeek
2017-08-30Avoid clang warning by explicitly marking a constant unsigned; ok millert@Otto Moerbeek
2017-08-30pass packet state down to some of the channels function (moreDamien Miller
2017-08-30Remove unused variable; no binary change.Lawrence Teo
2017-08-29quarterly rescan of the tree: remove unneccessary sys/param.h, andTheo de Raadt
2017-08-29Redraw rectangle selections properly when cursor at end, GitHub issue 992.Nicholas Marriott
2017-08-29kill const and string artithmetic related warnings; ok millert@Otto Moerbeek
2017-08-29sort options;Jason McIntyre
2017-08-29add a -q option to ssh-add to make it quiet on success.David Gwynne
2017-08-29Support REP escape sequence (\033[b).Nicholas Marriott
2017-08-29Check for complete keys before escape prefix, allows keys to be definedNicholas Marriott
2017-08-28fix const related warnings; ok millert@Otto Moerbeek
2017-08-28Use xasprintf() instead of calloc() + strlcpy() + memcpy() toTodd C. Miller
2017-08-28Remove SSLv23 padding mode.Joel Sing
2017-08-28Fix exit value when diffing directories with missing files and the -NTodd C. Miller
2017-08-28Do not forbid targets to specify non-visible panes - the checks forNicholas Marriott
2017-08-28spelling/grammar fixes;Jason McIntyre
2017-08-27Do not allow the current line of screen when the preview is toggled,Nicholas Marriott
2017-08-27Use kind and kri for S-Up/Down as well as kUP and kDN.Nicholas Marriott
2017-08-27Increase the buffer sizes for user prompts to ensure that they won't beDarren Tucker
2017-08-26Fix previous: mmap(2) returns MAP_FAILED on failure, not NULL.Ingo Schwarze
2017-08-26Do not fork and exec cmp(1); instead, simply fstat(2), mmap(2), andIngo Schwarze
2017-08-26No need to fork and exec rm(1) -rf, we know that we have exactlyIngo Schwarze
2017-08-26Don't remove subpaths of /usr/include or /usr/lib from the output ofJonathan Gray
2017-08-24When tty is error or closed, remove client. Reported by Thomas Sattler.Nicholas Marriott
2017-08-23remove spacing after another representation of unary minusIngo Schwarze
2017-08-23remove spacing after unary minusIngo Schwarze
2017-08-23eliminate white space after opening and before closing punctuationIngo Schwarze
2017-08-23Suppress spacing before certain kinds of lists.Ingo Schwarze
2017-08-23Improve ASCII rendering of a few rare character escape sequencesIngo Schwarze
2017-08-23Switch ASCII rendering of the same mathematical symbols and greekIngo Schwarze
2017-08-23Key (v) and flag (-N) to toggle preview in choose modes.Nicholas Marriott
2017-08-23Fix searching when match is at end of line, from Brad Town.Nicholas Marriott
2017-08-23Allow multiple bells even if there is an existing bell (but not activityNicholas Marriott
2017-08-23Run alert hooks based on the options rather than unconditionally, fromNicholas Marriott
2017-08-22Do not treat comma as part of the command modifier.anton
2017-08-22Correct the mandoc.db(5) requirements of man(1) after the deprecationIngo Schwarze
2017-08-22When finding a bogus database entry,Ingo Schwarze
2017-08-22Call isatty(3) prior to ioctl(TIOCEXCL) to check if cu(1) was invoked on aRicardo Mestre