summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2016-10-11Add static in window-*.c and move some internal functions out of tmux.h.Nicholas Marriott
2016-10-11missing .Fl macro, from Jan StaryIngo Schwarze
2016-10-11Support double and triple clicks (they are cumulative, so double isNicholas Marriott
2016-10-11Fundamental change to how copy mode key bindings work:Nicholas Marriott
2016-10-11Support UTF-8 entry into the command prompt.Nicholas Marriott
2016-10-10Add static in cmd-* and fix a few other nits.Nicholas Marriott
2016-10-10Loads more static, except for cmd-*.c and window-*.c.Nicholas Marriott
2016-10-10Unregister the KEXINIT handler after message has been received.Markus Friedl
2016-10-10Do not allow the opposite pane to resize when dragging with the mouseNicholas Marriott
2016-10-10Some more static.Nicholas Marriott
2016-10-10calls to uname(3) should be checked against non-negative valueGleydson Soares
2016-10-10- mark delim variable as const. it is a literal string;Gleydson Soares
2016-10-09Delete complicated code dealing with .Bl -tag without -width,Ingo Schwarze
2016-10-09Make the CLIENT_STATUS flag imply that pane status lines are redrawn ifNicholas Marriott
2016-10-09Pass file/line to new command for if-shell so that errors appearNicholas Marriott
2016-10-09Handle NULL window or session for user options.Nicholas Marriott
2016-10-09Use xsnprintf not snprintf for the prompt in window_copy_write_lineNicholas Marriott
2016-10-08findcall() for the -c option is implemented on mips64, not sparc64Philip Guenther
2016-10-08Add ktracing of the fds returned by pipe() and socketpair()Philip Guenther
2016-10-07tidy up the formatting in this file. more specifically, replaceJason McIntyre
2016-10-07Switch a SLIST_FOREACH loop containing SLIST_REMOVE to SLIST_FOREACH_SAFE.Jonathan Gray
2016-10-06- better check for seckeyname/pubkeyname "equality", remove the pathMarc Espie
2016-10-06typoChristian Weisgerber
2016-10-06remove some Xr that had no section numbers (since we don;t have the pages);Jason McIntyre
2016-10-05Add back the call to yyparse() that was accidentally dropped in theTheo Buehler
2016-10-05screen_write_copy tried to be clever and clear the line if it reachedNicholas Marriott
2016-10-05move yyparse decl next to yyfpTed Unangst
2016-10-05as a result of the env rework, arraylen() is only used in parse.y.Ted Unangst
2016-10-05when generating keys, make sure the names specified adhere to allTed Unangst
2016-10-05more properly check the secret key extension. from espieTed Unangst
2016-10-05document the previously hidden keyname detection. urged by espie.Ted Unangst
2016-10-05combining an assignment and *two* tests in one conditional is a bit much.Ted Unangst
2016-10-05Wrap some long lines in screen-write.c.Nicholas Marriott
2016-10-05Keep buffer creation time and add accessors for it and the order number.Nicholas Marriott
2016-10-05Allow cmd_mouse_at return arguments to be NULL.Nicholas Marriott
2016-10-04add a comment about implicitly-expected checks toDamien Miller
2016-10-04typoMarc Espie
2016-10-03Remove some dead code in cmd-move-window.c and make a load of localNicholas Marriott
2016-10-03Document set-hook -u.Nicholas Marriott
2016-10-03Remove some redundant checks and make ich/dch consistent.Nicholas Marriott
2016-10-02Indicate with an asterisk when a file has been unlinked.Philip Guenther
2016-10-02Avoid two printf("%s", NULL) with 'make -d v'.Theo Buehler
2016-10-01update currency exchange rates;Jason McIntyre
2016-09-30fix some -Wpointer-sign warnings in the new mux proxy; ok markus@Damien Miller
2016-09-30ssh proxy mux mode (-O proxy; idea from Simon Tatham):Markus Friedl
2016-09-30Set the device rate to the calculated rate. Otherwise, the signalAlexandre Ratchov
2016-09-30Remove unnecessary includes. From Michael W. Bombardieri <mb at ii.net>.Alexandre Ratchov
2016-09-29Check padding when writing any character with width > 1, in case theyNicholas Marriott
2016-09-28put back some pre-auth zlib bits that I shouldn't have removed -Damien Miller
2016-09-28restore pre-auth compression support in the client -- the previousDamien Miller