summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/format.c
AgeCommit message (Expand)Author
2015-02-06Add format_expand_time and use it instead of status_replace whereNicholas Marriott
2015-02-05Wrap all the individual format_* calls in a single format_defaultsNicholas Marriott
2015-01-11correctly use HOST_NAME_MAX.Theo de Raadt
2014-12-09Add pane_dead_status for exit status of dead panes.Nicholas Marriott
2014-12-02Permit option values to be used in formats.Nicholas Marriott
2014-12-01Check ZOOMED flag on window.Nicholas Marriott
2014-11-08Empty strings should be false too for #{?}, from Marc Finet.Nicholas Marriott
2014-10-25Add pane_input_off format, from Anish R Athalye.Nicholas Marriott
2014-10-08Add xreallocarray and remove nmemb argument from xrealloc.Nicholas Marriott
2014-09-08Add window_last_flag and window_zoomed_flag. From John Morrissey.Nicholas Marriott
2014-08-09Remove support for the continuous reporting "any" mouse mode which neverNicholas Marriott
2014-05-27Add some formats for pane bounds.Nicholas Marriott
2014-05-13If multiple arguments are given to new-session, new-window,Nicholas Marriott
2014-05-13Add support for named buffers. If you don't name a buffer, things workNicholas Marriott
2014-04-17Add some UTF-8 utility functions and use them to prevent the width limitNicholas Marriott
2014-04-17Remove the monitor-content option and associated bits and bobs. It'sNicholas Marriott
2014-04-02Support UTF-8 with choose-buffer, from Kosuke ASAMI. Also makeNicholas Marriott
2014-03-31Make session_attached a count and add session_many_attached flag.Nicholas Marriott
2013-11-24Replace ## by # in format.Nicholas Marriott
2013-10-11And get it right this time... don't leak if it is an empty string either.Nicholas Marriott
2013-10-11Don't free the pane name by accident.Nicholas Marriott
2013-10-10Fix leak in format_get_command.Nicholas Marriott
2013-10-10Remove the KERN_PROC_CWD the proc_current_path format (which is the onlyNicholas Marriott
2013-10-10Use format_get_command() and some spacing tweaks.Nicholas Marriott
2013-10-10Alter how tmux handles the working directory to internally use fileNicholas Marriott
2013-10-10First period not last for host_short, from Michael Scholz.Nicholas Marriott
2013-10-10Add automatic-rename-format option allowing automatic rename to useNicholas Marriott
2013-10-10Allow nested format expansion.Nicholas Marriott
2013-10-10Add length limit operator for formats.Nicholas Marriott
2013-10-10Add formats for window flags.Nicholas Marriott
2013-10-10Don't leak formats if they are added multiple times.Nicholas Marriott
2013-10-10Don't add client formats when they are NULL.Nicholas Marriott
2013-07-05Add pane_synchronized format, from Romain Francoise.Nicholas Marriott
2013-05-31Add host_short format, from Tiago Cunha.Nicholas Marriott
2013-04-17(long long) and %lld for time_t outputTheo de Raadt
2013-03-25Include prefix on ids, from George Nachman.Nicholas Marriott
2013-03-25Rename session idx to session id throughout and add $ prefix to targetsNicholas Marriott
2013-03-25Do not leak command in formats, from Romain Francoise.Nicholas Marriott
2013-03-24Add a command queue to standardize and simplify commands that call otherNicholas Marriott
2013-03-24Add pane_tabs format to format_window_pane based on code from GeorgeNicholas Marriott
2013-03-24Whoops fix build.Nicholas Marriott
2013-03-24Add pane_current_command format.Nicholas Marriott
2013-03-22Add a load of miscellaneous pane formats, from George Nachman.Nicholas Marriott
2013-03-22Add client_session and client_last_session formats.Nicholas Marriott
2013-03-21Add a format client_prefix which is 1 if prefix key has beenNicholas Marriott
2013-03-21Allow formats in status options.Nicholas Marriott
2013-02-05Don't set some string formats if the string is NULL.Nicholas Marriott
2013-01-18Rather than having two grids for each pane, one for ASCII and one forNicholas Marriott
2012-09-24Use pgrp of pty fd not pid of immediate child when recovering currentNicholas Marriott
2012-07-10xfree is not particularly helpful, remove it. From Thomas Adam.Nicholas Marriott