Age | Commit message (Expand) | Author |
2015-10-23 | Format for scroll position, from Jorge Morante. | Nicholas Marriott |
2015-10-21 | client_key_table was missing. | Nicholas Marriott |
2015-09-13 | Add copy-mode -e to exit copy mode when scrolling off the bottom, useful | Nicholas Marriott |
2015-09-10 | Add session_last_attached time and format, from Sina Siadat. | Nicholas Marriott |
2015-08-28 | Remove the lock-server option which is a bit redundant, it isn't that | Nicholas Marriott |
2015-08-12 | Rename left/right/up/down relative to active pane to add -of suffix | Nicholas Marriott |
2015-07-27 | Make -q suppress ambiguous option warnings too, from Cam Hutchison. | Nicholas Marriott |
2015-07-20 | Add an option (history-file) for a file to save/restore command prompt | Nicholas Marriott |
2015-07-20 | Correct the tsl/fsl sequence to ]0 not ]2 (from Marcel Korpel). While | Nicholas Marriott |
2015-07-13 | Add a format to show if client is a control client. From Bruno Sutic. | Nicholas Marriott |
2015-07-13 | Add a -s flag to show-environment to output Bourne shell commands a la | Nicholas Marriott |
2015-06-18 | Remove a stray : and tweak paragraph. | Nicholas Marriott |
2015-06-17 | Change break-pane to take target and source panes (-t and -s) in line | Nicholas Marriott |
2015-06-17 | Move the shuffle code from new-window -a into a function and add a -a | Nicholas Marriott |
2015-06-15 | Add window_activity format, from Thomas Adam based on a diff originally | Nicholas Marriott |
2015-06-14 | Add a format for client PID (client_pid) and server PID (pid). Diff for | Nicholas Marriott |
2015-06-07 | Add -E flag when attaching or switching client to bypass | Nicholas Marriott |
2015-06-05 | Make it so that if a window or session target is prefixed with an =, | Nicholas Marriott |
2015-06-04 | tweak SYNOPSIS and usage(); | Jason McIntyre |
2015-06-04 | Make unsetting a global option restore it to the default. Diff lying | Nicholas Marriott |
2015-06-04 | Add support for a single "marked pane". There is one marked pane in the | Nicholas Marriott |
2015-05-27 | Move the jobs output cache into the formats code so that #() work more | Nicholas Marriott |
2015-05-12 | Add a session_alerts format which is a list of all the alerts in the | Nicholas Marriott |
2015-05-12 | Add bell-action "other" to pass through bells in all windows except the | Nicholas Marriott |
2015-05-11 | Remove the c0-* options which never really worked satisfactorily. Going | Nicholas Marriott |
2015-05-08 | Move input parser structs into input.c (removing fairly useless | Nicholas Marriott |
2015-05-06 | Add a format window_linked which is 1 if a window has been linked | Nicholas Marriott |
2015-04-29 | If default-terminal is set to "screen" or "screen-*", emulate screen's | Nicholas Marriott |
2015-04-28 | Add select-layout -o to undo the last layout change (apply the previously | Nicholas Marriott |
2015-04-27 | Rewrite of the target resolution internals to be simpler and more | Nicholas Marriott |
2015-04-21 | Do not die on USR1 if any of the socket parent directories are | Nicholas Marriott |
2015-04-20 | Support for multiple key tables to commands to be bound to sequences of | Nicholas Marriott |
2015-04-19 | tweak previous; | Jason McIntyre |
2015-04-19 | Rewrite of tmux mouse support which was a mess. Instead of having | Nicholas Marriott |
2015-04-19 | Support setting the default window and pane background colours (window | Nicholas Marriott |
2015-04-10 | Add a -x flag to copy-selection, append-selection and start-named-buffer | Nicholas Marriott |
2015-04-10 | in the case -> in this case. | Nicholas Marriott |
2015-03-31 | Add a helper function to convert time, and add session_activity formats | Nicholas Marriott |
2015-03-11 | set-titles-string now uses formats, not the status bits (so no #() for | Nicholas Marriott |
2015-02-06 | Move pane border options to window options rather than session, from Marc Finet. | Nicholas Marriott |
2015-01-06 | Add missing default bindings, from Theo Buehler. | 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-11-12 | Add -b to splitw like joinw, from Felix Rosencrantz. | Nicholas Marriott |
2014-11-07 | V should be vi not emacs, also sort. From Theo Buehler. | Nicholas Marriott |
2014-11-06 | Add V for select line with vi(1) keys. From Juho Pohjala. | Nicholas Marriott |
2014-11-05 | Do not put a space between status-left/status-right and the window list, | Nicholas Marriott |
2014-10-25 | Add pane_input_off format, from Anish R Athalye. | Nicholas Marriott |
2014-10-18 | Fix description of Ss and Se. | Nicholas Marriott |