aboutsummaryrefslogtreecommitdiff
path: root/format.c
Commit message (Expand)AuthorAge
* 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
|\|
| * Move struct paste_buffer out of tmux.h.nicm2015-08-29
| * Make a few more expensive (ish) formats functions instead of inline.nicm2015-08-28
| * Allow formats to be specified as functions (in the code) so they arenicm2015-08-28
* | Merge branch 'obsd-master'Thomas Adam2015-08-28
|\|
| * Run status update on a per-client timer at status-interval.nicm2015-08-28
| * Move format job cleanup onto its own timer.nicm2015-08-28
* | Merge branch 'obsd-master'Thomas Adam2015-08-28
|\|
| * Allow environment variables in #{}.nicm2015-08-28
* | Merge branch 'obsd-master'Thomas Adam2015-07-13
|\|
| * Add a format to show if client is a control client. From Bruno Sutic.nicm2015-07-13
* | Merge branch 'obsd-master'Thomas Adam2015-06-19
|\|
| * Use xsnprintf.nicm2015-06-18
* | Merge branch 'obsd-master'Thomas Adam2015-06-15
|\|
| * Add window_activity format, from Thomas Adam based on a diff originallynicm2015-06-15