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