Age | Commit message (Expand) | Author |
2015-02-12 | Take a reference to prevent cmdq being freed during the command. Can | Nicholas Marriott |
2015-02-09 | Merge clock-mode command into copy-mode. | Nicholas Marriott |
2015-02-09 | Entries in the window list can be NULL, prompted by a crash seen by Ben | Nicholas Marriott |
2015-02-07 | Check for \0 in the right place, from J Raynor. | Nicholas Marriott |
2015-02-06 | Use the same time for both calls to format_expand_time. | Nicholas Marriott |
2015-02-06 | status_replace can now become local to status.c and it no longer needs | Nicholas Marriott |
2015-02-06 | Use formats not status_replace for set-titles-string. | Nicholas Marriott |
2015-02-06 | Add format_expand_time and use it instead of status_replace where | Nicholas Marriott |
2015-02-06 | Move pane border options to window options rather than session, from Marc Finet. | Nicholas Marriott |
2015-02-05 | Reset bracket paste mode on detach. | Nicholas Marriott |
2015-02-05 | Remove a couple of now-unused variables. | Nicholas Marriott |
2015-02-05 | Wrap all the individual format_* calls in a single format_defaults | Nicholas Marriott |
2015-02-05 | There is no need to save the guard state because the function checks it | Nicholas Marriott |
2015-02-01 | Remove two unused arguments from status_replace. | Nicholas Marriott |
2015-01-30 | Tidy up detach-client a bit. | Nicholas Marriott |
2015-01-30 | Focus off needs to be sent with tty_raw, reported by Geoff Nixon. | Nicholas Marriott |
2015-01-25 | Don't leak the individual strings when copying environment. | Nicholas Marriott |
2015-01-21 | In options-table.c r1.51 an extra space was added to the default status-right, | Stuart Henderson |
2015-01-20 | typo in comment ;) ok nicm | Stuart Henderson |
2015-01-20 | Support blinking cursor mode, both the xterm CSI ?12 h/l and (the | Nicholas Marriott |
2015-01-19 | Make a tmux-%u directory under TMUX_TMPDIR, like TMPDIR. | Nicholas Marriott |
2015-01-19 | Only care about other permissions, allow group to be set. | Nicholas Marriott |
2015-01-19 | Remove unnecessary duplicate S_ISDIR check, from Dmitri Paduchikh. | Nicholas Marriott |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2015-01-15 | Remove an unnecessary variable and shorten a line. | Nicholas Marriott |
2015-01-15 | Shorten some long lines. | Nicholas Marriott |
2015-01-11 | correctly use HOST_NAME_MAX. | Theo de Raadt |
2015-01-06 | Revert to r1.16 since this is still clearly broken and I can't see how | Nicholas Marriott |
2015-01-06 | Unzoom before kill, from Thomas Adam. | Nicholas Marriott |
2015-01-06 | Add missing default bindings, from Theo Buehler. | Nicholas Marriott |
2014-12-15 | Notify on zoom/unzoom, from George Nachmann. | Nicholas Marriott |
2014-12-15 | Only redraw affected lines when selection changes with mouse. From | Nicholas Marriott |
2014-12-09 | Add pane_dead_status for exit status of dead panes. | Nicholas Marriott |
2014-12-02 | Add -F to if-shell to allow it to be used to check for format or option | Nicholas Marriott |
2014-12-02 | Permit option values to be used in formats. | Nicholas Marriott |
2014-12-01 | Another fix for insertion from Balazs Kezes. On insertion, size the line | Nicholas Marriott |
2014-12-01 | Check ZOOMED flag on window. | Nicholas Marriott |
2014-11-30 | Remove dead code, from Thomas Adam. | Nicholas Marriott |
2014-11-26 | Prefer setvbuf() to setlinebuf() for portability; ok deraadt@ | Todd C. Miller |
2014-11-14 | Label windows which are smaller than expected with a reason. | Nicholas Marriott |
2014-11-12 | Restore change in r1.17 but add checks to prevent the line length | Nicholas Marriott |
2014-11-12 | Add -b to splitw like joinw, from Felix Rosencrantz. | Nicholas Marriott |
2014-11-12 | Don't let force-width or force-height be < PANE_MINIMUM. | Nicholas Marriott |
2014-11-10 | Revert r1.17 as it breaks inserting in some cases. | Nicholas Marriott |
2014-11-09 | Expand formats in copy-pipe command, suggested by Suraj N Kurapati. | Nicholas Marriott |
2014-11-08 | Two improvements to reflow from Balazs Kezes: | Nicholas Marriott |
2014-11-08 | Empty strings should be false too for #{?}, from Marc Finet. | Nicholas Marriott |
2014-11-07 | V should be vi not emacs, also sort. From Theo Buehler. | Nicholas Marriott |
2014-11-06 | Wrap when copy mode is used for output, from Balazs Kezes. | Nicholas Marriott |
2014-11-06 | Add V for select line with vi(1) keys. From Juho Pohjala. | Nicholas Marriott |