aboutsummaryrefslogtreecommitdiff
path: root/format.c
Commit message (Expand)AuthorAge
...
* | No need for $Id$ now.Nicholas Marriott2014-11-08
* | Merge branch 'obsd-master'Thomas Adam2014-10-29
|\|
| * Add pane_input_off format, from Anish R Athalye.nicm2014-10-25
* | Merge branch 'obsd-master'Thomas Adam2014-10-21
|\|
| * Add xreallocarray and remove nmemb argument from xrealloc.nicm2014-10-08
* | Merge branch 'obsd-master'Thomas Adam2014-09-25
|\|
| * Add window_last_flag and window_zoomed_flag. From John Morrissey.nicm2014-09-08
* | Merge branch 'obsd-master'Thomas Adam2014-08-09
|\|
| * Remove support for the continuous reporting "any" mouse mode which nevernicm2014-08-09
* | Merge branch 'obsd-master'Thomas Adam2014-06-20
|\|
| * Add some formats for pane bounds.nicm2014-05-27
* | Merge branch 'obsd-master'Thomas Adam2014-05-13
|\|
| * If multiple arguments are given to new-session, new-window,nicm2014-05-13
| * Add support for named buffers. If you don't name a buffer, things worknicm2014-05-13
* | Merge branch 'obsd-master'Thomas Adam2014-04-23
|\|
| * Add some UTF-8 utility functions and use them to prevent the width limitnicm2014-04-17
| * Remove the monitor-content option and associated bits and bobs. It'snicm2014-04-17
* | Merge branch 'obsd-master'Thomas Adam2014-04-05
|\|
| * Support UTF-8 with choose-buffer, from Kosuke ASAMI. Also makenicm2014-04-02
| * Make session_attached a count and add session_many_attached flag.nicm2014-03-31
* | Make session_attached a count and add session_many_attached flag.Nicholas Marriott2014-03-06
* | Merge branch 'obsd-master'Thomas2014-01-20
|\|
| * Replace ## by # in format.nicm2013-11-24
* | Fix previousThomas Adam2013-10-11
* | Fix up missing cwd definitionThomas Adam2013-10-11
* | Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-codeNicholas Marriott2013-10-11
|\ \
| * | Fixup osdep-* specific codeThomas2013-10-11
| * | Merge branch 'obsd-master' into mtempThomas2013-10-11
| |\|
| | * And get it right this time... don't leak if it is an empty string either.nicm2013-10-11
| | * Fix leak in format_get_command.nicm2013-10-10
| | * Remove the KERN_PROC_CWD the proc_current_path format (which is the onlynicm2013-10-10
| | * Alter how tmux handles the working directory to internally use filenicm2013-10-10
| | * First period not last for host_short, from Michael Scholz.nicm2013-10-10
| | * Allow nested format expansion.nicm2013-10-10
| | * Add length limit operator for formats.nicm2013-10-10
| | * Add formats for window flags.nicm2013-10-10
* | | Alter how tmux handles the working directory to internally use file descriptorsNicholas Marriott2013-10-06
* | | First period not last for host_short, from Michael Scholz.Nicholas Marriott2013-10-01
* | | Add automatic-rename-format option allowing automatic rename to use somethingNicholas Marriott2013-08-19
* | | Allow nested format expansion.Nicholas Marriott2013-08-19
* | | Add length limit operator for formats.Nicholas Marriott2013-08-03
* | | Add formats for window flags.Nicholas Marriott2013-08-01
* | | Don't leak formats if they are added multiple times.Nicholas Marriott2013-08-01
* | | Don't add client formats when they are NULL.Nicholas Marriott2013-08-01
|/ /
* | Merge branch 'obsd-master'Thomas Adam2013-07-06
|\|
| * Add pane_synchronized format, from Romain Francoise.Nicholas Marriott2013-07-05
* | Merge branch 'obsd-master'Thomas Adam2013-05-31
|\|
| * Add host_short format, from Tiago Cunha.Nicholas Marriott2013-05-31
* | Merge branch 'obsd-master'Thomas Adam2013-04-23
|\|
| * (long long) and %lld for time_t outputTheo Deraadt2013-04-17