summaryrefslogtreecommitdiffstats
path: root/format.c
AgeCommit message (Expand)Author
2013-10-11Fix previousThomas Adam
2013-10-11Fix up missing cwd definitionThomas Adam
2013-10-11Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-codeNicholas Marriott
2013-10-11Fixup osdep-* specific codeThomas
2013-10-11Merge branch 'obsd-master' into mtempThomas
2013-10-11And get it right this time... don't leak if it is an empty string either.nicm
2013-10-10Fix leak in format_get_command.nicm
2013-10-10Remove the KERN_PROC_CWD the proc_current_path format (which is the onlynicm
2013-10-10Alter how tmux handles the working directory to internally use filenicm
2013-10-10First period not last for host_short, from Michael Scholz.nicm
2013-10-10Allow nested format expansion.nicm
2013-10-10Add length limit operator for formats.nicm
2013-10-10Add formats for window flags.nicm
2013-10-06Alter how tmux handles the working directory to internally use file descriptorsNicholas Marriott
2013-10-01First period not last for host_short, from Michael Scholz.Nicholas Marriott
2013-08-19Add automatic-rename-format option allowing automatic rename to use somethingNicholas Marriott
2013-08-19Allow nested format expansion.Nicholas Marriott
2013-08-03Add length limit operator for formats.Nicholas Marriott
2013-08-01Add formats for window flags.Nicholas Marriott
2013-08-01Don't leak formats if they are added multiple times.Nicholas Marriott
2013-08-01Don't add client formats when they are NULL.Nicholas Marriott
2013-07-06Merge branch 'obsd-master'Thomas Adam
2013-07-05Add pane_synchronized format, from Romain Francoise.Nicholas Marriott
2013-05-31Merge branch 'obsd-master'Thomas Adam
2013-05-31Add host_short format, from Tiago Cunha.Nicholas Marriott
2013-04-23Merge branch 'obsd-master'Thomas Adam
2013-04-17(long long) and %lld for time_t outputTheo Deraadt
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-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-13Include prefix on ids, from George Nachman.Nicholas Marriott
2013-03-07Rename session idx to session id throughout and add $ prefix to targets to useNicholas Marriott
2013-03-05Do not leak command in formats, from Romain Francoise.Nicholas Marriott
2013-02-23Add a command queue to standardize and simplify commands that call otherNicholas Marriott
2013-02-23Add pane_tags format to format_window_pane based on code from George Nachman.Nicholas Marriott
2013-02-22Add pane_current_command format.Nicholas Marriott
2013-02-21Add a load of miscellaneous pane formats, from George Nachman.Nicholas Marriott
2013-02-18Add client_session and client_last_session formats.Nicholas Marriott
2013-02-10Add a format client_prefix which is 1 if prefix key has been pressed, used forNicholas Marriott
2013-02-10Allow formats in status options.Nicholas Marriott
2013-02-07Use osdep_get_cwd() for format changeThomas Adam
2013-02-07Merge branch 'obsd-master'Thomas Adam
2013-02-05Don't set some string formats if the string is NULL.Nicholas Marriott
2013-01-30Merge branch 'obsd-master'Thomas Adam
2013-01-18Rather than having two grids for each pane, one for ASCII and one forNicholas Marriott