Age | Commit message (Expand) | Author |
2015-07-13 | Add a format to show if client is a control client. From Bruno Sutic. | Nicholas Marriott |
2015-06-18 | Use xsnprintf. | 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-10 | wp->tty is a char [] not a char * so it can't be NULL. From Thomas Adam. | Nicholas Marriott |
2015-05-29 | Don't use special strings if #() commands fail, just remove the format | Nicholas Marriott |
2015-05-29 | Expand formats again inside #(), and free the temporaries. | Nicholas Marriott |
2015-05-27 | Move the jobs output cache into the formats code so that #() work more | Nicholas Marriott |
2015-05-20 | Return empty string if format is empty rather than attempting to | Nicholas Marriott |
2015-05-12 | Add a session_alerts format which is a list of all the alerts in the | 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-21 | Always format real layout even when zoomed. | Nicholas Marriott |
2015-04-21 | Put mouse_any_flag back, don't know where it went to (still in man page). | Nicholas Marriott |
2015-04-20 | Support for multiple key tables to commands to be bound to sequences of | Nicholas Marriott |
2015-03-31 | Add a helper function to convert time, and add session_activity formats | Nicholas Marriott |
2015-03-31 | Fix some format specifier nits, from Ben Boeckel. | Nicholas Marriott |
2015-02-06 | Add format_expand_time and use it instead of status_replace where | Nicholas Marriott |
2015-02-05 | Wrap all the individual format_* calls in a single format_defaults | Nicholas Marriott |
2015-01-11 | correctly use HOST_NAME_MAX. | Theo de Raadt |
2014-12-09 | Add pane_dead_status for exit status of dead panes. | Nicholas Marriott |
2014-12-02 | Permit option values to be used in formats. | Nicholas Marriott |
2014-12-01 | Check ZOOMED flag on window. | Nicholas Marriott |
2014-11-08 | Empty strings should be false too for #{?}, from Marc Finet. | Nicholas Marriott |
2014-10-25 | Add pane_input_off format, from Anish R Athalye. | Nicholas Marriott |
2014-10-08 | Add xreallocarray and remove nmemb argument from xrealloc. | Nicholas Marriott |
2014-09-08 | Add window_last_flag and window_zoomed_flag. From John Morrissey. | Nicholas Marriott |
2014-08-09 | Remove support for the continuous reporting "any" mouse mode which never | Nicholas Marriott |
2014-05-27 | Add some formats for pane bounds. | Nicholas Marriott |
2014-05-13 | If multiple arguments are given to new-session, new-window, | Nicholas Marriott |
2014-05-13 | Add support for named buffers. If you don't name a buffer, things work | Nicholas Marriott |
2014-04-17 | Add some UTF-8 utility functions and use them to prevent the width limit | Nicholas Marriott |
2014-04-17 | Remove the monitor-content option and associated bits and bobs. It's | Nicholas Marriott |
2014-04-02 | Support UTF-8 with choose-buffer, from Kosuke ASAMI. Also make | Nicholas Marriott |
2014-03-31 | Make session_attached a count and add session_many_attached flag. | Nicholas Marriott |
2013-11-24 | Replace ## by # in format. | Nicholas Marriott |
2013-10-11 | And get it right this time... don't leak if it is an empty string either. | Nicholas Marriott |
2013-10-11 | Don't free the pane name by accident. | Nicholas Marriott |
2013-10-10 | Fix leak in format_get_command. | Nicholas Marriott |
2013-10-10 | Remove the KERN_PROC_CWD the proc_current_path format (which is the only | Nicholas Marriott |
2013-10-10 | Use format_get_command() and some spacing tweaks. | Nicholas Marriott |
2013-10-10 | Alter how tmux handles the working directory to internally use file | Nicholas Marriott |
2013-10-10 | First period not last for host_short, from Michael Scholz. | Nicholas Marriott |
2013-10-10 | Add automatic-rename-format option allowing automatic rename to use | Nicholas Marriott |
2013-10-10 | Allow nested format expansion. | Nicholas Marriott |
2013-10-10 | Add length limit operator for formats. | Nicholas Marriott |
2013-10-10 | Add formats for window flags. | Nicholas Marriott |
2013-10-10 | Don't leak formats if they are added multiple times. | Nicholas Marriott |
2013-10-10 | Don't add client formats when they are NULL. | Nicholas Marriott |
2013-07-05 | Add pane_synchronized format, from Romain Francoise. | Nicholas Marriott |