aboutsummaryrefslogtreecommitdiff
path: root/format.c
Commit message (Expand)AuthorAge
...
* | Merge branch 'obsd-master'Thomas Adam2016-04-29
|\|
| * Final parts of command hooks, add before- and after- hooks to each command.nicm2016-04-29
* | Merge branch 'obsd-master'Thomas Adam2016-01-31
|\|
| * Support negative trim values (#{=-10:pane_title}) to trim from the end,nicm2016-01-31
* | Merge branch 'obsd-master'Thomas Adam2016-01-19
|\|
| * I no longer use my SourceForge address so replace it.nicm2016-01-19
* | Merge branch 'obsd-master'Thomas Adam2015-12-12
|\|
| * Add key-table option to set the default key table for a session, allowsnicm2015-12-12
* | Merge branch 'obsd-master'Thomas Adam2015-12-11
|\|
| * Add cmdq as an argument to format_create and add a format for thenicm2015-12-11
* | Merge branch 'obsd-master'Thomas Adam2015-12-08
|\|
| * Remove format_create_flags and just pass flags to format_create.nicm2015-12-08
* | Merge branch 'obsd-master'Thomas Adam2015-11-25
|\|
| * Remove the -I part of show-messages which isn't really that useful; thenicm2015-11-24
* | Merge branch 'obsd-master'Thomas Adam2015-11-18
|\|
| * Use __unused rather than rolling our own.nicm2015-11-18
| * Add s/foo/bar/: prefix for formats to substitute bar for foo.nicm2015-11-18
* | Merge branch 'obsd-master'Thomas Adam2015-11-13
|\|
| * Two spacing and spelling nits.nicm2015-11-13
* | Merge branch 'obsd-master'Thomas Adam2015-11-13
|\|
| * Add window_visible_layout which ignores zoomed panes and use it fornicm2015-11-13
* | Merge branch 'obsd-master'Thomas Adam2015-11-13
|\|
| * Long overdue change to the way we store cells in the grid: now, insteadnicm2015-11-13
* | Merge branch 'obsd-master'Thomas Adam2015-11-12
|\|
| * Nuke the utf8 and status-utf8 options and make tmux only a UTF-8nicm2015-11-12
| * Remove the mouse_utf8_flag format as well.nicm2015-11-12
* | Merge branch 'obsd-master'Thomas Adam2015-10-31
|\|
| * Because pledge(2) does not allow us to pass directory file descriptorsnicm2015-10-31
* | Merge branch 'obsd-master'Thomas Adam2015-10-28
|\|
| * Like options, move the environ struct into environ.c.nicm2015-10-28
* | Merge branch 'obsd-master'Thomas Adam2015-10-27
|\|
| * Move struct options into options.c.nicm2015-10-27
* | Merge branch 'obsd-master'Thomas Adam2015-10-27
|\|
| * Count brackets in #{?...} so that nested conditional formats work, fromnicm2015-10-27
| * The format callback may not always succeed, so we need to check fornicm2015-10-27
* | Merge branch 'obsd-master'Thomas Adam2015-10-26
|\|
| * Extend the modifiers allowed before formats: as well as the existingnicm2015-10-25
* | Merge branch 'obsd-master'Thomas Adam2015-10-25
|\|
| * Pass output from jobs through format_expand() so they are expanded againnicm2015-10-25
* | Merge branch 'obsd-master'Thomas Adam2015-10-25
|\|
| * Format for scroll position, from Jorge Morante.nicm2015-10-23
* | Merge branch 'obsd-master'Thomas Adam2015-09-14
|\|
| * Make refresh-client force update of jobs, from Sina Siadat.nicm2015-09-14
* | Merge branch 'obsd-master'Thomas Adam2015-09-10
|\|
| * Add session_last_attached time and format, from Sina Siadat.nicm2015-09-10
* | Merge branch 'obsd-master'Thomas Adam2015-09-06
|\|
| * A couple of style nits.nicm2015-09-03
* | Bring back pane_current_path.Nicholas Marriott2015-08-31
* | Linux: get_proc_name() -> osdep_get_name()Thomas Adam2015-08-30
* | Merge branch 'obsd-master'Thomas Adam2015-08-30
|\|