Age | Commit message (Expand) | Author |
2016-01-19 | I no longer use my SourceForge address so replace it. | Nicholas Marriott |
2015-12-23 | Repair switch-client -l and switch-client with a window target. | Nicholas Marriott |
2015-12-14 | Instead of combined flags for -c, -s, -t, split into different sets | Nicholas Marriott |
2015-12-13 | Use member names in cmd_entry definitions so I stop getting confused | Nicholas Marriott |
2015-12-13 | Instead of every command resolving the target (-t or -s) itself, prepare | Nicholas Marriott |
2015-12-12 | Add key-table option to set the default key table for a session, allows | Nicholas Marriott |
2015-12-12 | Return after changing key table. | Nicholas Marriott |
2015-12-11 | Check alerts when session changes, from Patrick Palka. | Nicholas Marriott |
2015-12-08 | Use ^= instead of a verbose alternative. ok nicm@ | mmcc |
2015-10-28 | Like options, move the environ struct into environ.c. | Nicholas Marriott |
2015-10-27 | Move struct options into options.c. | Nicholas Marriott |
2015-09-22 | Don't update last session when the session is unchanged, from Sina Siadat. | Nicholas Marriott |
2015-09-10 | Add session_last_attached time and format, from Sina Siadat. | Nicholas Marriott |
2015-08-28 | Make session_update_activity more useful and use it in more places. | Nicholas Marriott |
2015-08-28 | Run status update on a per-client timer at status-interval. | Nicholas Marriott |
2015-07-06 | Update environment with -E when attach-session used on an already | Nicholas Marriott |
2015-06-07 | Add -E flag when attaching or switching client to bypass | Nicholas Marriott |
2015-05-07 | Update environment when switching sessions as well as attaching, from Si | Nicholas Marriott |
2015-04-25 | Move the functions to convert ids from strings into session.c and window.c. | Nicholas Marriott |
2015-04-20 | Support for multiple key tables to commands to be bound to sequences of | Nicholas Marriott |
2014-10-20 | Instead of setting up the default keys by building the key struct | Nicholas Marriott |
2014-04-17 | Remove the "info" message mechanism, this was only used for about five | Nicholas Marriott |
2014-02-12 | Avoid use of uninitialized variable, from Thomas Adam. | Nicholas Marriott |
2014-01-09 | Similar to attach-session, make switch-client -t accept a window and | Nicholas Marriott |
2013-10-10 | Remove the barely-used and unnecessary command check() function. | Nicholas Marriott |
2013-03-24 | Add a command queue to standardize and simplify commands that call other | Nicholas Marriott |
2013-03-24 | Fix error reporting for client commands by adding a flag to | Nicholas Marriott |
2012-07-11 | Make command exec functions return an enum rather than -1/0/1 values and | Nicholas Marriott |
2012-01-21 | Only hide flags on the current window when the session is attached, from | Nicholas Marriott |
2011-08-16 | Add a -r flag to switch-client to toggle the client read-only flag. From | Nicholas Marriott |
2011-04-05 | Add a flag to cmd_find_session so that attach-session can prefer | Nicholas Marriott |
2011-01-04 | Clean up and simplify tmux command argument parsing. | Nicholas Marriott |
2011-01-01 | Don't reset the activity timer for unattached sessions every second, | Nicholas Marriott |
2010-12-20 | Use pointer rather than index for the client's last session. | Nicholas Marriott |
2010-12-11 | Track the last session for a client and add a flag to switch-client and | Nicholas Marriott |
2010-09-26 | Two new options: | Nicholas Marriott |
2010-09-08 | Add -n and -p flags to switch-client to move to the next and previous | Nicholas Marriott |
2010-01-23 | Don't leak if arguments appear multiple times, from Tiago Cunha. | Nicholas Marriott |
2009-11-13 | Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in the | Nicholas Marriott |
2009-07-26 | Make all messages sent between the client and server fixed size. | Nicholas Marriott |
2009-07-13 | Having fixed flags for single-character getopt options is a bit hard to | Nicholas Marriott |
2009-06-01 | Import tmux, a terminal multiplexor allowing (among other things) a single | Nicholas Marriott |